MediaWiki:Vector.css: Difference between revisions
Jump to navigation
Jump to search
Created page with "→All CSS here will be loaded for users of the Vector skin: .vector-menu-tabs ul li { background: #f6f6f6; } .vector-menu-tabs li.selected { background: #fbfbfb; }" |
No edit summary |
||
| Line 7: | Line 7: | ||
.vector-menu-tabs li.selected { | .vector-menu-tabs li.selected { | ||
background: #fbfbfb; | background: #fbfbfb; | ||
} | |||
.vector-menu-tabs ul li a{ | |||
background: none; | |||
} | } | ||
Revision as of 08:56, 24 June 2025
/* All CSS here will be loaded for users of the Vector skin */
.vector-menu-tabs ul li {
background: #f6f6f6;
}
.vector-menu-tabs li.selected {
background: #fbfbfb;
}
.vector-menu-tabs ul li a{
background: none;
}