Explorar el Código

[Web] Fix checkbox position in new Firefox

andryyy hace 4 años
padre
commit
b47b30e5ea
Se han modificado 1 ficheros con 5 adiciones y 0 borrados
  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;