зеркало из https://github.com/mozilla/gecko-dev.git
fix bug with radio buttons on Mail Window layout pref panel
This commit is contained in:
Родитель
7c86e37cd1
Коммит
0adfd58746
|
@ -31,6 +31,13 @@
|
|||
-moz-border-radius: 50%;
|
||||
}
|
||||
|
||||
/* ensure that no list-style-image is inherited in from the Outside */
|
||||
.checkmark-box
|
||||
{
|
||||
list-style-image: none;
|
||||
}
|
||||
|
||||
|
||||
radio[checked="true"] > .internal-box > .checkmark-box > image
|
||||
{
|
||||
list-style-image: url(chrome://global/skin/check-radio.gif);
|
||||
|
|
Загрузка…
Ссылка в новой задаче