Part of fix for bug 44474, to improve upon the appearance of HTML checkboxes. a=ekrock

This commit is contained in:
BlakeR1234%aol.com 2000-07-29 22:11:44 +00:00
Родитель 0391c6e8a2
Коммит 0df1730a60
2 изменённых файлов: 4 добавлений и 4 удалений

Просмотреть файл

@ -570,7 +570,7 @@ input[type="checkbox"] {
margin-top: 3px;
margin-bottom: 3px;
border: 2px inset rgb(153, 153, 153);
background-color:rgb(204, 204, 204);
background-color:rgb(255, 255, 255);
width:9px;
height:9px;
color:black;
@ -588,7 +588,7 @@ input[type="checkbox"]:hover {
}
input[type="checkbox"]:active {
background-color: white;
background-color: lightgray;
}
input[type="checkbox"][disabled] {

Просмотреть файл

@ -570,7 +570,7 @@ input[type="checkbox"] {
margin-top: 3px;
margin-bottom: 3px;
border: 2px inset rgb(153, 153, 153);
background-color:rgb(204, 204, 204);
background-color:rgb(255, 255, 255);
width:9px;
height:9px;
color:black;
@ -588,7 +588,7 @@ input[type="checkbox"]:hover {
}
input[type="checkbox"]:active {
background-color: white;
background-color: lightgray;
}
input[type="checkbox"][disabled] {