Bug 504493 - Toolbar buttons in Places Library look ugly in mouseover on Windows CE, r=vlad

This commit is contained in:
Paul O'Shannessy 2009-07-27 15:33:00 -07:00
parent 68203c9dbb
commit da374ee3ec

View File

@ -73,6 +73,10 @@
border: 1px solid transparent;
}
#placesMenu > menu[_moz-menuactive="true"] {
background-color: transparent;
}
#placesMenu > menu:hover {
border-color: ThreeDHighlight ThreeDShadow ThreeDShadow ThreeDHighlight;
}