Explorar el Código

Fix select element styling for Firefox

Zed hace 6 años
padre
commit
51a5c473ae
Se han modificado 1 ficheros con 9 adiciones y 0 borrados
  1. 9 0
      src/sass/inputs.scss

+ 9 - 0
src/sass/inputs.scss

@@ -24,6 +24,15 @@ select {
     font-size: 14px;
 }
 
+input[type="text"] {
+    height: 16px;
+}
+
+select {
+    height: 20px;
+    padding: 0 2px;
+}
+
 input[type="date"]::-webkit-inner-spin-button {
     display: none;
 }