зеркало из https://github.com/mozilla/gecko-dev.git
Fix longstanding bug that disabled radiobuttons have enabled-looking bullets.
This commit is contained in:
Родитель
0bd8f96e7e
Коммит
0940699f09
|
@ -103,6 +103,6 @@ radio[selected="true"] > .radio-check-box1 > .radio-check-box2 {
|
|||
list-style-image: url("chrome://global/skin/radio/radio-check.gif");
|
||||
}
|
||||
|
||||
radio[selected="true"][disabled="true"] > .radio-check-box1 {
|
||||
radio[selected="true"][disabled="true"] > .radio-check-box1 > .radio-check-box2 {
|
||||
list-style-image: url("chrome://global/skin/radio/radio-check-dis.gif") !important
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче