forked from mirrors/gecko-dev
Adding a rule to fix hover problems on the menu bar.
This commit is contained in:
parent
572b6f3567
commit
1293472895
1 changed files with 2 additions and 6 deletions
|
|
@ -571,8 +571,8 @@ xpmenubar button {
|
||||||
}
|
}
|
||||||
|
|
||||||
xpmenubar button:hover {
|
xpmenubar button:hover {
|
||||||
border: 1px outset white;
|
border: 1px solid transparent;
|
||||||
color:#333366;
|
color: inherit;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -582,10 +582,6 @@ xpmenu[menuactive="true"] button {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
xpmenubar button:hover:-moz-outline {
|
|
||||||
border : 1px solid black;
|
|
||||||
}
|
|
||||||
|
|
||||||
xpmenubar button:active {
|
xpmenubar button:active {
|
||||||
text-decoration:none;
|
text-decoration:none;
|
||||||
border: 1px inset;
|
border: 1px inset;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue