Просмотр исходного кода

Fix CSS (Windows)

Sous Windows, le redimensionnement des radiobox et des checkbox est
effectif (contrairement à Gnu/Linux). On force désormais la taille de
ces éléments à 15px
Marien Fressinaud 12 лет назад
Родитель
Сommit
b5f233f6d5
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      public/theme/global.css

+ 2 - 2
public/theme/global.css

@@ -88,8 +88,8 @@ input, select, textarea {
 }
 	input[type="radio"],
 	input[type="checkbox"] {
-		width: 15px;
-		min-height: 15px;
+		width: 15px !important;
+		min-height: 15px !important;
 	}
 	input:focus, select:focus, textarea:focus {
 		color: #0062BE;