[Web] Fix checkbox position in new Firefox
parent
7050d7c259
commit
b47b30e5ea
|
@ -113,6 +113,11 @@ table.footable > tbody > tr.footable-empty > th {
|
|||
-webkit-font-smoothing: antialiased;
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
}
|
||||
@-moz-document url-prefix() {
|
||||
.fooicon {
|
||||
top: 2px;
|
||||
}
|
||||
}
|
||||
.fooicon:after,
|
||||
.fooicon:before {
|
||||
-webkit-box-sizing: border-box;
|
||||
|
|
Loading…
Reference in New Issue