Difference between revisions of "MediaWiki:Vector.css"
(Created page with "→CSS placed here will affect users of the Vector skin: span.sa-mbutton { background-color: #005588; color: white; display: inline-block; padding: 5px;...") |
|||
| Line 1: | Line 1: | ||
/* CSS placed here will affect users of the Vector skin */ | /* CSS placed here will affect users of the Vector skin */ | ||
| − | + | .sa-mbutton { | |
background-color: #005588; | background-color: #005588; | ||
color: white; | color: white; | ||
Revision as of 17:11, 4 June 2020
/* CSS placed here will affect users of the Vector skin */
.sa-mbutton {
background-color: #005588;
color: white;
display: inline-block;
padding: 5px;
margin: 5px;
border-radius: 5px;
width: 125px;
text-align: center;
}