5,950
edits
No edit summary |
No edit summary |
||
Line 89: | Line 89: | ||
/* cookie banner */ | /* cookie banner */ | ||
.oo-ui-inputWidget-input.oo-ui-buttonElement-button { | |||
border-color: #4c4c4c; | |||
color: #4c4c4c; | |||
} | |||
.oo-ui-inputWidget-input.oo-ui-buttonElement-button:hover { | |||
border-color: #4c4c4c; | |||
color: grey; | |||
} | |||
.oo-ui-inputWidget-input.oo-ui-buttonElement-button:focus { | |||
border-color: #4c4c4c; | |||
color: grey; | |||
background-color: white; | |||
} | |||
.oo-ui-inputWidget-input.oo-ui-buttonElement-button:active { | |||
border-color: #4c4c4c; | |||
color: grey; | |||
background-color: white; | |||
} | |||
/* | |||
.oo-ui-buttonElement-framed.oo-ui-widget-enabled.oo-ui-flaggedElement-progressive > .oo-ui-buttonElement-button { | .oo-ui-buttonElement-framed.oo-ui-widget-enabled.oo-ui-flaggedElement-progressive > .oo-ui-buttonElement-button { | ||
border-color: #4c4c4c; | border-color: #4c4c4c; | ||
Line 132: | Line 155: | ||
background-color: grey; | background-color: grey; | ||
color: white; | color: white; | ||
} | }*/ | ||
/* ============================== templates =============================== */ | /* ============================== templates =============================== */ | ||