Browse Source

Minor css fix regarding radio inputs

LiteHell 6 years ago
parent
commit
bf88b37557
1 changed files with 1 additions and 1 deletions
  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%; }