fix bug with radio buttons on Mail Window layout pref panel

This commit is contained in:
ben%netscape.com 2000-05-12 10:30:08 +00:00
Родитель 7c86e37cd1
Коммит 0adfd58746
1 изменённых файлов: 7 добавлений и 0 удалений

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

@ -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);