mirror of
https://github.com/retailcrm/NelmioApiDocBundle.git
synced 2025-02-02 15:51:48 +03:00
Merge pull request #58 from gordalina/link-unlink-methods
Add LINK and UNLINK method colors
This commit is contained in:
commit
c03624f265
@ -411,6 +411,41 @@ li.operation.patch div.content h4 {
|
||||
color: #a41ee2;
|
||||
}
|
||||
|
||||
/* LINK operations */
|
||||
li.operation.link div.heading {
|
||||
background-color: #F7F7D5;
|
||||
}
|
||||
li.operation.link div.heading h3 span.http_method a {
|
||||
background-color: #C3D448;
|
||||
}
|
||||
li.operation.link div.heading ul.options li {
|
||||
color: #C3D448;
|
||||
}
|
||||
|
||||
li.operation.link div.content {
|
||||
background-color: #F7F7D5;
|
||||
}
|
||||
li.operation.link div.content h4 {
|
||||
color: #C3D448;
|
||||
}
|
||||
|
||||
/* UNLINK operations */
|
||||
li.operation.unlink div.heading {
|
||||
background-color: #FFEBDE;
|
||||
}
|
||||
li.operation.unlink div.heading h3 span.http_method a {
|
||||
background-color: #FF8438;
|
||||
}
|
||||
li.operation.unlink div.heading ul.options li {
|
||||
color: #FF8438;
|
||||
}
|
||||
|
||||
li.operation.unlink div.content {
|
||||
background-color: #FFEBDE;
|
||||
}
|
||||
li.operation.unlink div.content h4 {
|
||||
color: #FF8438;
|
||||
}
|
||||
|
||||
.toggler {
|
||||
cursor: pointer;
|
||||
|
Loading…
x
Reference in New Issue
Block a user