Bug 770135 - Make customization targets more blue instead of purple. r=jaws.

This commit is contained in:
Mike Conley 2013-03-22 17:27:57 -04:00
parent a0f104fb34
commit c440c5e9aa

View File

@ -2958,7 +2958,7 @@ chatbox {
#main-window[customizing] .customization-target,
#customization-panelHolder > #PanelUI-mainView {
box-shadow: inset 0 0 3px blue;
box-shadow: inset 0 0 3px hsl(204,100%,40%);
border-radius: 2px;
}