MediaWiki:Vector.css: Difference between revisions

No edit summary
No edit summary
 
(One intermediate revision by the same user not shown)
Line 682: Line 682:
   background: #3a3a3a;
   background: #3a3a3a;
   color: #fff;
   color: #fff;
}
.vector-menu-tabs li a,
.vector-menu-tabs li.selected a {
    outline: none !important;
    box-shadow: none !important;
    border: none !important;
}
.vector-menu-tabs li.selected {
    border: 1px solid #e87057 !important;
    background: #333;
}
.vector-menu-tabs li.selected a {
    color: #e87057 !important;
}
}