Browse Source

[Web] Fix checkbox position in new Firefox

andryyy 4 years ago
parent
commit
b47b30e5ea
1 changed files with 5 additions and 0 deletions
  1. 5 0
      data/web/css/build/006-footable.bootstrap.min.css

+ 5 - 0
data/web/css/build/006-footable.bootstrap.min.css

@@ -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;