Explorar o código

Fix select element styling for Firefox

Zed %!s(int64=6) %!d(string=hai) anos
pai
achega
51a5c473ae
Modificáronse 1 ficheiros con 9 adicións e 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;
 }