mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-21 17:59:34 +00:00
Rules for highlighting the active item on the XP menu bar.
This commit is contained in:
parent
8a30cbf6df
commit
fa6722fca6
@ -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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user