Load global.css in options

This commit is contained in:
narcolepticinsomniac 2017-12-07 23:39:39 -05:00 committed by GitHub
parent 1c68ac1a3a
commit c61932e0e9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -27,56 +27,6 @@ body {
max-width: 800px;
}
.firefox button {
-moz-appearance: none;
user-select: none;
padding: 3px 7px;
border: 1px solid hsl(0, 0%, 62%);
font: 400 13px Arial;
line-height: 13px;
color: #000;
background-color: hsl(0, 0%, 100%);
background: url(../images/button.png)repeat-x;
background-size: 100% 100%;
transition: background-color .25s, border-color .25s;
}
.firefox button:hover {
background-color: hsl(0, 0%, 95%);
border-color: hsl(0, 0%, 52%);
}
.firefox.moz-appearance-bug button {
padding: 2px 4px;
}
:-webkit-any(button,input[type="button"],input[type="submit"]) {
-webkit-appearance: none;
user-select: none;
padding: 3px 7px;
border: 1px solid hsl(0, 0%, 62%);
border-radius: 0;
font: 400 13.3333px Arial;
color: hsl(0, 0%, 0%);
background-color: hsl(0, 0%, 100%);
background-image: url(../images/button.png);
background-repeat: repeat-x;
background-size: 100% 100%;
transition: background-color .25s, border-color .25s;
text-shadow: none;
box-shadow: none;
min-height: unset;
}
:enabled:hover:-webkit-any(select,input[type="checkbox"],input[type="radio"],:-webkit-any(button,input[type="button"],input[type="submit"])) {
background-color: hsl(0, 0%, 95%);
background-image: url(../images/button.png);
background-repeat: repeat-x;
text-shadow: none;
box-shadow: none;
border-color: hsl(0, 0%, 52%);
}
@media (min-width: 401px) {
.firefox body {
width: calc(100% - 6px); /* TODO: rework to avoid compensating padding of 'html.firefox .block' */