소스 검색

Minor css fix regarding radio inputs

LiteHell 6 년 전
부모
커밋
bf88b37557
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      views/main_css/css/main.css

+ 1 - 1
views/main_css/css/main.css

@@ -9,7 +9,7 @@ a { text-decoration: none; }
 #not_thing { color: red; }
 #inside, #out_link, #open { color: green; }
 #out_link::before { background: green; color: white; content: "E"; }
-input[type="checkbox"] { width: auto; }
+input[type="checkbox"], input[type="radio"] { width: auto; }
 .popup { position: fixed; bottom: 0; padding: 10px; left: 0; background: lightgray; width: 100%; }
 #list { padding: 10px; }
 #toron { width: 100%; }