MediaWiki:Vector.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
div.vectorTabs ul li#ca-history { | div.vectorTabs ul li#ca-history { | ||
display: none; | display: none; | ||
} | |||
/* Custom background color for Vector skin tabs */ | |||
/* Active tab background color */ | |||
.mw-ui-tabs .ui-tabs-active a { | |||
background-color: #00FF00; /* Green color */ | |||
} | |||
/* Inactive tab background color */ | |||
.mw-ui-tabs a { | |||
background-color: #00FF00; /* Green color */ | |||
} | } |
Revision as of 06:01, 21 May 2023
div.vectorTabs ul li#ca-history { display: none; } /* Custom background color for Vector skin tabs */ /* Active tab background color */ .mw-ui-tabs .ui-tabs-active a { background-color: #00FF00; /* Green color */ } /* Inactive tab background color */ .mw-ui-tabs a { background-color: #00FF00; /* Green color */ }