Explorar el Código

added to hide spinners

akira-s hace 5 años
padre
commit
bddba5ae98
Se han modificado 2 ficheros con 13 adiciones y 0 borrados
  1. 12 0
      src/client/styles/scss/_share.scss
  2. 1 0
      src/client/styles/scss/style-app.scss

+ 12 - 0
src/client/styles/scss/_share.scss

@@ -0,0 +1,12 @@
+.share-link-form {
+  /* Chrome/Safari */
+  input[type="number"]::-webkit-outer-spin-button,
+  input[type="number"]::-webkit-inner-spin-button {
+    -webkit-appearance: none;
+  }
+
+  /* Firefox */
+  input[type="number"] {
+    -moz-appearance: textfield;
+  }
+}

+ 1 - 0
src/client/styles/scss/style-app.scss

@@ -59,6 +59,7 @@
 @import 'staff_credit';
 @import 'waves';
 @import 'wiki';
+@import 'share';
 
 /*
  * for Guest User Mode