Bug 1290017 - Override hover state for non-gray permission icons. r=florian

MozReview-Commit-ID: DBtZgOvdAvI

--HG--
extra : rebase_source : 96edcb580be5f19bdc32972fb591f4c755e08124
extra : histedit_source : 892b1a397d3d7598f4d9dac350d21d099247ca84
This commit is contained in:
Johann Hofmann 2016-07-28 11:34:56 +02:00
parent a21a61d78d
commit 569e44019e

View File

@ -41,7 +41,7 @@
margin-inline-end: 10px;
}
#notification-popup-box > .notification-anchor-icon:hover {
#notification-popup-box > .notification-anchor-icon:not(.in-use):hover {
fill: #606060;
}
@ -274,7 +274,7 @@
.plugin-icon.plugin-blocked {
list-style-image: url(chrome://browser/skin/notification-icons.svg#plugin-blocked);
fill: #d92215;
fill: #d92215 !important; /* important! to override the default hover color */
}
#notification-popup-box[hidden] {