FF: workaround for vertical-align bug on usercss-docs svg icon

This commit is contained in:
tophf 2017-12-02 19:39:20 +03:00
parent 0ba3cfb725
commit d4c0930723

View File

@ -79,7 +79,7 @@ select {
}
label.nobreak input {
vertical-align: middle;
vertical-align: sub;
margin: 0;
}
@ -972,3 +972,12 @@ fieldset select {
word-break: break-all;
}
}
@supports (-moz-appearance:none) {
/* fixes for Firefox quirks */
#newStyleAsUsercss-wrapper svg {
margin-top: -2px;
}
}