MediaWiki:Vector.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 11: | Line 11: | ||
.vector-menu-tabs-legacy li a { | .vector-menu-tabs-legacy li a { | ||
display: inline-block; | |||
height: 1.9em; | |||
padding-left: 0.625em; | |||
padding-right: 0.625em; | |||
color: #688ba8; | |||
cursor: pointer; | |||
font-size: 0.8em | |||
} | |||
} | } |
Revision as of 06:08, 21 May 2023
div.vectorTabs ul li#ca-history { display: none; } /* Custom background color for Vector skin tabs */ /* Inactive tab background color */ .vector-menu-tabs-legacy li { background-color: #b0aeac; /* Green color */ } .vector-menu-tabs-legacy li a { display: inline-block; height: 1.9em; padding-left: 0.625em; padding-right: 0.625em; color: #688ba8; cursor: pointer; font-size: 0.8em } }