Bug 1022604 - Tweak customize mode's exit button colors to provide more contrast. r=shorlander

This commit is contained in:
Dão Gottwald 2016-09-13 20:16:54 +02:00
parent 6594b69dc4
commit 2795d918b0
3 changed files with 6 additions and 3 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 236 B

After

Width:  |  Height:  |  Size: 337 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 399 B

After

Width:  |  Height:  |  Size: 625 B

View File

@ -984,7 +984,7 @@ toolbarpaletteitem[place="palette"] > toolbaritem > toolbarbutton {
#customization-panelHolder #PanelUI-customize { #customization-panelHolder #PanelUI-customize {
color: white; color: white;
background-color: rgb(116,191,67); background-color: hsl(108,66%,30%);
text-shadow: none; text-shadow: none;
margin-top: -1px; margin-top: -1px;
} }
@ -993,9 +993,12 @@ toolbarpaletteitem[place="palette"] > toolbaritem > toolbarbutton {
display: none; display: none;
} }
#customization-panelHolder #PanelUI-customize:hover, #customization-panelHolder #PanelUI-customize:hover {
background-color: hsl(109,65%,26%);
}
#customization-panelHolder #PanelUI-customize:hover:active { #customization-panelHolder #PanelUI-customize:hover:active {
background-color: rgb(105,173,61); background-color: hsl(109,65%,22%);
} }
#customization-palette .toolbarbutton-multiline-text, #customization-palette .toolbarbutton-multiline-text,