(Improved contrast of key text in dark skins) |
m (Gelthor moved page Template:Controls/style.css to Template:Controls/styles.css without leaving a redirect: Misspelled title) |
||
(One intermediate revision by the same user not shown) | |||
Line 10: | Line 10: | ||
} | } | ||
body.skin-darkvector, body.skin-citizen { | body.skin-darkvector .keyboard_button, | ||
body.skin-citizen .keyboard_button { | |||
color: black; | color: black; | ||
} | } |
Latest revision as of 17:53, 12 November 2023
.keyboard_button {
background-color: #eee;
border-top: 0.2em solid #ccc;
border-right: 0.3em solid #aaa;
border-bottom: 0.35em solid #888;
border-left: 0.25em solid #bbb;
padding: 0 0.4em 0.1em 0.3em;
white-space: nowrap;
line-height: 2.25em !important;
}
body.skin-darkvector .keyboard_button,
body.skin-citizen .keyboard_button {
color: black;
}