MediaWiki:Common.css: Difference between revisions
Appearance
No edit summary Tag: Reverted |
No edit summary Tag: Reverted |
||
Line 1: | Line 1: | ||
.mw-ui-button { | |||
display: inline-block; | display: inline-block; | ||
color: | background-color: #2b7cff; | ||
text-decoration: none; | color: white !important; | ||
border: 1px solid #2b7cff; | |||
border-radius: 6px; | |||
padding: 0.4em 0.9em; | |||
text-decoration: none !important; | |||
font-weight: 600; | |||
cursor: pointer; | |||
} | |||
.mw-ui-button:hover { | |||
background-color: #1e63d6; | |||
} | } |