зеркало из https://github.com/mozilla/gecko-dev.git
minor changes to the disabled look for selects
b=35307
This commit is contained in:
Родитель
03030a965e
Коммит
2c7b44334a
|
@ -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);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Загрузка…
Ссылка в новой задаче