Clearly distiguishable color for POST methods

This commit is contained in:
marapper 2013-05-07 22:16:01 +04:00
parent 80b5162c83
commit 9d77dad94d

View File

@ -327,8 +327,8 @@ li.operation.get div.content h4 {
/* POST operations */
li.operation.post div.heading {
border-color: #c3e8d1;
background-color: #def1e5;
border-color: #a7e1a1;
background-color: #d4f7cd;
}
li.operation.post div.heading h3 span.http_method a{
background-color: #10a54a;