Common.css: Difference between revisions
From Project Rebearth
No edit summary |
No edit summary |
||
| Line 19: | Line 19: | ||
.top-bar-section .dropdown li:not(.has-form):not(.active) > a:not(.button):hover { | .top-bar-section .dropdown li:not(.has-form):not(.active) > a:not(.button):hover { | ||
background: #D3C194 !important; | background: #D3C194 !important; | ||
} | |||
.iconimg imgr { | |||
vertical-align: -5%; | |||
} | } | ||
Revision as of 16:45, 15 February 2026
.top-bar, .top-bar-section ul li {
background: #562C1B !important;
}
button, .button, .label {
background: #e8daa8 !important;
color: #562c1b !important
}
#navwrapper {
border-bottom: 3px solid #e8daa8 !important;
}
.top-bar-section .dropdown li:not(.has-form):not(.active) > a:not(.button) {
background: #e8daa8 !important;
color: #562c1b !important
}
.top-bar-section .dropdown li:not(.has-form):not(.active) > a:not(.button):hover {
background: #D3C194 !important;
}
.iconimg imgr {
vertical-align: -5%;
}