MediaWiki:Vector.css: Difference between revisions

Sump (talk | contribs)
No edit summary
Sump (talk | contribs)
No edit summary
Line 849: Line 849:
     color: lightgrey !important;
     color: lightgrey !important;
     border:1px !important;
     border:1px !important;
     background: black !important;
     background: #242424 !important;
}
}
.tabberactive a {
.tabberactive a {
     color: white !important;
     color: white !important;
     background: #A62E10 !important;
     background: #ba3614 !important;
     font-weight: bold;
     font-weight: bold;
}
}
.tabbernav :not(.tabberactive) a:hover {
.tabbernav :not(.tabberactive) a:hover {
     background: rgba(42,161,152, 0.2) !important;
     background: #4b4b4b !important;
}
}