Vorlage:MediaWiki-Button/styles.css: Unterschied zwischen den Versionen
Cowboy (Diskussion | Beiträge) Keine Bearbeitungszusammenfassung |
Cowboy (Diskussion | Beiträge) Keine Bearbeitungszusammenfassung |
||
| Zeile 33: | Zeile 33: | ||
.cdx-button:hover, | .cdx-button:hover, | ||
.mw-ui-button:hover { | .mw-ui-button:hover { | ||
background-color: # | background-color: #4c4c4c; | ||
color: # | color: #fff; | ||
border-color: # | border-color: #000; | ||
} | } | ||
.cdx-button:focus, | .cdx-button:focus, | ||
.mw-ui-button:focus { | .mw-ui-button:focus { | ||
background-color: # | background-color: #4c4c4c; | ||
color: # | color: #fff; | ||
border-color: # | border-color: #000; | ||
box-shadow: inset 0 0 0 1px #3366cc, inset 0 0 0 2px #ffffff; | box-shadow: inset 0 0 0 1px #3366cc, inset 0 0 0 2px #ffffff; | ||
outline-width: 0; | outline-width: 0; | ||
| Zeile 49: | Zeile 49: | ||
.cdx-button.is-on, | .cdx-button.is-on, | ||
.mw-ui-button.is-on { | .mw-ui-button.is-on { | ||
background-color: # | background-color: #2a2a2a; | ||
color: # | color: #fff; | ||
border-color: # | border-color: #000; | ||
box-shadow: none; | box-shadow: none; | ||
} | } | ||
| Zeile 60: | Zeile 60: | ||
.cdx-button.mw-ui-quiet.mw-ui-destructive, | .cdx-button.mw-ui-quiet.mw-ui-destructive, | ||
.mw-ui-button.mw-ui-quiet.mw-ui-destructive { | .mw-ui-button.mw-ui-quiet.mw-ui-destructive { | ||
background-color: # | background-color: #555555; | ||
color: #ffffff; | color: #ffffff; | ||
border-color: # | border-color: #000; | ||
cursor: default; | cursor: default; | ||
} | } | ||
| Zeile 77: | Zeile 77: | ||
.cdx-button.mw-ui-quiet.mw-ui-destructive:active, | .cdx-button.mw-ui-quiet.mw-ui-destructive:active, | ||
.mw-ui-button.mw-ui-quiet.mw-ui-destructive:active { | .mw-ui-button.mw-ui-quiet.mw-ui-destructive:active { | ||
background-color: # | background-color: #555; | ||
color: #ffffff; | color: #ffffff; | ||
box-shadow: none; | box-shadow: none; | ||
border-color: # | border-color: #000; | ||
} | } | ||
.cdx-button:not( :disabled ), | .cdx-button:not( :disabled ), | ||