Vorlage:MediaWiki-Button/styles.css: Unterschied zwischen den Versionen

Keine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
 
Zeile 33: Zeile 33:
.cdx-button:hover,
.cdx-button:hover,
.mw-ui-button:hover {
.mw-ui-button:hover {
   background-color: #ffffff;
   background-color: #4c4c4c;
   color: #444444;
   color: #fff;
   border-color: #a2a9b1;
   border-color: #000;
}
}
.cdx-button:focus,
.cdx-button:focus,
.mw-ui-button:focus {
.mw-ui-button:focus {
   background-color: #ffffff;
   background-color: #4c4c4c;
   color: #222222;
   color: #fff;
   border-color: #3366cc;
   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: #c8ccd1;
   background-color: #2a2a2a;
   color: #000000;
   color: #fff;
   border-color: #72777d;
   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: #c8ccd1;
   background-color: #555555;
   color: #ffffff;
   color: #ffffff;
   border-color: #c8ccd1;
   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: #c8ccd1;
   background-color: #555;
   color: #ffffff;
   color: #ffffff;
   box-shadow: none;
   box-shadow: none;
   border-color: #c8ccd1;
   border-color: #000;
}
}
.cdx-button:not( :disabled ),
.cdx-button:not( :disabled ),