force the style system to take into account changes of the "_moz-menuactive" attribute.

This commit is contained in:
chanial%noos.fr 2004-03-05 03:28:57 +00:00
Родитель 13874f69d7
Коммит 01fd08beaa
1 изменённых файлов: 2 добавлений и 0 удалений

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

@ -54,6 +54,8 @@ menubar > menu {
menu[_moz-menuactive="true"],
menuitem[_moz-menuactive="true"] {
/* dummy rule to force repainting when _moz-menuactive changes */
border-color: transparent;
/* color: HighlightText; should be fg[PRELIGHT] */
}