MediaWiki:Common.css: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
| Line 4: | Line 4: | ||
.mw-ui-button.mw-ui-constructive { | .mw-ui-button.mw-ui-constructive { | ||
background-color: | background-color: #008b6d; | ||
border-color: | border-color: #008b6d; | ||
color: white; | color: white; | ||
} | } | ||
.mw-ui-button.mw-ui-constructive:not(:disabled):hover { | .mw-ui-button.mw-ui-constructive:not(:disabled):hover { | ||
background-color: # | background-color: #00a481; | ||
border-color: # | border-color: #00a481; | ||
color: white; | color: white; | ||
} | } | ||
.mw-ui-button.mw-ui-constructive:not(:disabled):active,.mw-ui-button.mw-ui-constructive:not(:disabled).is-on { | .mw-ui-button.mw-ui-constructive:not(:disabled):active,.mw-ui-button.mw-ui-constructive:not(:disabled).is-on { | ||
background-color: # | background-color: #007259; | ||
border-color: # | border-color: #007259; | ||
color: white; | color: white; | ||
box-shadow: none | box-shadow: none | ||