minor changes to the disabled look for selects

b=35307
This commit is contained in:
rods%netscape.com 2000-05-15 22:22:24 +00:00
Родитель 03030a965e
Коммит 2c7b44334a
2 изменённых файлов: 4 добавлений и 6 удалений

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

@ -928,8 +928,7 @@ select:focus, select[size="1"]:focus {
} }
select[disabled] { select[disabled] {
background-color: rgb(204, 204, 204); color: rgb(132, 132, 132);
border: 2px inset rgb(153, 153, 153);
} }
/* combobox button */ /* combobox button */
@ -953,7 +952,7 @@ select > input[type="button"]:active {
} }
select[disabled] > input[type="button"] { select[disabled] > input[type="button"] {
border: solid 1px rgb(204, 204, 204); border: solid 2px rgb(153, 153, 153);
} }

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

@ -928,8 +928,7 @@ select:focus, select[size="1"]:focus {
} }
select[disabled] { select[disabled] {
background-color: rgb(204, 204, 204); color: rgb(132, 132, 132);
border: 2px inset rgb(153, 153, 153);
} }
/* combobox button */ /* combobox button */
@ -953,7 +952,7 @@ select > input[type="button"]:active {
} }
select[disabled] > input[type="button"] { select[disabled] > input[type="button"] {
border: solid 1px rgb(204, 204, 204); border: solid 2px rgb(153, 153, 153);
} }