Skip to content

Commit

Permalink
Bug 1391569 - Use the current text color rather than graytext for too…
Browse files Browse the repository at this point in the history
…lbarspring's customize mode outline. r=Gijs

MozReview-Commit-ID: Dh9AUwO4TPj
  • Loading branch information
daogottwald committed Aug 18, 2017
1 parent dbd8007 commit 8538df4
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions browser/themes/shared/customizableui/customizeMode.inc.css
Original file line number Diff line number Diff line change
Expand Up @@ -256,14 +256,16 @@ toolbarpaletteitem[place="toolbar"]:not([mousedown="true"]):-moz-focusring {
toolbarpaletteitem[place=palette] > toolbarspring {
width: 7em;
min-width: 7em;
outline: 1px solid GrayText;
outline: 1px solid;
outline-offset: -8px;
opacity: .6;
height: 37px;
}

toolbarpaletteitem[place=toolbar] > toolbarspring {
outline: 1px solid GrayText;
outline: 1px solid;
outline-offset: -2px;
opacity: .6;
margin-top: 5px;
margin-bottom: 5px;
}
Expand Down

0 comments on commit 8538df4

Please sign in to comment.