소스 검색

Fix select element styling for Firefox

Zed 6 년 전
부모
커밋
51a5c473ae
1개의 변경된 파일9개의 추가작업 그리고 0개의 파일을 삭제
  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;
 }