Bug 1318903 - use !important to force vista/7 controls in fullscreen even on dark themes, r=dao

MozReview-Commit-ID: eIleloCNMZ

--HG--
extra : rebase_source : 28f914b1bcf552af71fb54dd71502fb6d7216cc6
This commit is contained in:
Gijs Kruitbosch 2016-11-21 16:41:23 +00:00
parent 5586ec8d26
commit 9fab3ab9cb

View File

@ -1106,7 +1106,11 @@ toolbar[brighttext] #close-button {
#minimize-button,
#restore-button,
#close-button {
list-style-image: url("chrome://global/skin/icons/windowControls.png");
/* Important to ensure this applies even on toolbar[brighttext] */
list-style-image: url("chrome://global/skin/icons/windowControls.png") !important;
/* Also override background color to a avoid hover background styling
* leaking through around the image. */
background-color: transparent !important;
padding: 0;
}