Bug 966799 - patch for bug 878546 left some diff leftovers in and caused hovered bookmark toolbar items to no longer have white text on Australis, rs=trivial

This commit is contained in:
Gijs Kruitbosch 2014-02-02 22:41:51 +00:00
parent af46fa81f8
commit 045dc6fd45

View File

@ -199,8 +199,8 @@ toolbarbutton.bookmark-item[open="true"] {
background-color: rgba(0, 0, 0, .205);
}
+toolbarbutton.bookmark-item:hover:not(.subviewbutton),
+toolbarbutton.bookmark-item[open="true"]:not(.subviewbutton) {
toolbarbutton.bookmark-item:hover:not(.subviewbutton),
toolbarbutton.bookmark-item[open="true"]:not(.subviewbutton) {
color: #FFF !important;
text-shadow: 0 1px rgba(0, 0, 0, .4) !important;
}