User:Winkio/common.css: Difference between revisions
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
body { | @media screen { | ||
.vector-feature-zebra-design-disabled body { | |||
background: #ccc; | background: #ccc; | ||
} | } | ||
.vector-feature-zebra-design-disabled .vector-dropdown .vector-dropdown-content { | .vector-feature-zebra-design-disabled .vector-dropdown .vector-dropdown-content { | ||
background: #151; | background: #151; | ||
} | } | ||
} | } | ||
Revision as of 18:28, 10 June 2024
@media screen {
.vector-feature-zebra-design-disabled body {
background: #ccc;
}
.vector-feature-zebra-design-disabled .vector-dropdown .vector-dropdown-content {
background: #151;
}
}