[Web] Fix checkbox position in new Firefox

master
andryyy 2021-06-05 08:46:39 +02:00
parent 7050d7c259
commit b47b30e5ea
No known key found for this signature in database
GPG Key ID: 8EC34FF2794E25EF
1 changed files with 5 additions and 0 deletions

View File

@ -113,6 +113,11 @@ table.footable > tbody > tr.footable-empty > th {
-webkit-font-smoothing: antialiased; -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale; -moz-osx-font-smoothing: grayscale;
} }
@-moz-document url-prefix() {
.fooicon {
top: 2px;
}
}
.fooicon:after, .fooicon:after,
.fooicon:before { .fooicon:before {
-webkit-box-sizing: border-box; -webkit-box-sizing: border-box;