mirror of
https://github.com/mailcow/mailcow-dockerized.git
synced 2025-01-12 16:14:45 +08:00
[Web] Fix checkbox position in new Firefox
This commit is contained in:
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
Block a user