Bug 980383 - [Australis] Fix border of Exit Customization button when in customization mode. r=mconley.

This commit is contained in:
Jared Wein 2014-03-06 12:38:00 -05:00
Родитель b1fc7da9f3
Коммит 906374b69f
1 изменённых файлов: 5 добавлений и 0 удалений

Просмотреть файл

@ -519,6 +519,11 @@ toolbarpaletteitem[place="palette"] > toolbaritem > toolbarbutton {
color: white; color: white;
background-color: rgb(116,191,67); background-color: rgb(116,191,67);
text-shadow: none; text-shadow: none;
margin-top: -1px;
}
#customization-panelHolder #PanelUI-customize + toolbarseparator {
display: none;
} }
#customization-panelHolder #PanelUI-customize:hover, #customization-panelHolder #PanelUI-customize:hover,