MediaWiki:Vector.css: Difference between revisions

No edit summary
No edit summary
 
(2 intermediate revisions by the same user not shown)
Line 628: Line 628:
   color: #e87057;
   color: #e87057;
   text-decoration: none;
   text-decoration: none;
   border: 1px solid #444;
   border: 1px solid #e87057;
   border-bottom: none;
   border-bottom: none;
   transition: background .2s, color .2s;
   transition: background .2s, color .2s;
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;
}
}