Rules for highlighting the active item on the XP menu bar.

This commit is contained in:
hyatt%netscape.com 1999-07-19 08:08:29 +00:00
Родитель f8604cc85d
Коммит dbf0a84098
1 изменённых файлов: 7 добавлений и 1 удалений

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

@ -575,7 +575,13 @@ xpmenubar button:hover {
color:#333366;
text-decoration: none;
}
xpmenu[menuactive="true"] button {
border: 1px outset white;
color:#333366;
text-decoration: none;
}
xpmenubar button:hover:-moz-outline {
border : 1px solid black;
}