From f4bc5bc5abb5a35ef9add9eb36de56444eddf0c5 Mon Sep 17 00:00:00 2001 From: Leevi Graham Date: Sat, 3 Nov 2012 01:32:00 +1100 Subject: [PATCH] Post background should be green not blue --- Resources/public/css/screen.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Resources/public/css/screen.css b/Resources/public/css/screen.css index d0960bc..887c014 100644 --- a/Resources/public/css/screen.css +++ b/Resources/public/css/screen.css @@ -315,7 +315,7 @@ li.operation.get div.content h4 { /* POST operations */ li.operation.post div.heading { border-color: #c3e8d1; - background-color: #e7f0f7; + background-color: #def1e5; } li.operation.post div.heading h3 span.http_method a{ background-color: #10a54a;