MediaWiki:Vector.css: Difference between revisions

From One Nation Under Jou
Jump to navigation Jump to search
(Created page with "→‎All CSS here will be loaded for users of the Vector skin: →‎change background of selected tabs: #p-cactions li.selected a { background: #19234D !important; c...")
 
No edit summary
 
Line 1: Line 1:
/* All CSS here will be loaded for users of the Vector skin */
/* All CSS here will be loaded for users of the Vector skin */
/* change background of selected tabs */
#p-cactions li.selected a {
    background: #19234D !important;
    color: #C8C8C8;
}
/* change background of unselected tabs */
#p-cactions li a {
    background: #111835 !important;
    color: #C8C8C8;
}

Latest revision as of 14:30, 30 July 2021

/* All CSS here will be loaded for users of the Vector skin */