Browse Source

! checkboxes and radion buttons break badly in Opera

emanuele 13 years ago
parent
commit
5dc6ebc895
1 changed files with 2 additions and 2 deletions
  1. 2 2
      Themes/default/css/index.css

+ 2 - 2
Themes/default/css/index.css

@@ -125,12 +125,12 @@ input:focus, textarea:focus, button:focus, select:focus
 }
 
 /* All input elements that are checkboxes or radio buttons shouldn't have a border around them. */
-.input_check, .input_radio
+input.input_check, input.input_radio
 {
 	border: none;
 	background: none;
 }
-h3.catbg .input_check
+h3.catbg input.input_check
 {
 	margin: 9px 7px 0 7px;
 }