Skip to content

Commit

Permalink
Fix arrowpanel hover colors
Browse files Browse the repository at this point in the history
  • Loading branch information
Septdir committed Jun 20, 2018
1 parent 0925f6a commit 20575ef
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions chrome/userChrome.css
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@
--arrowpanel-color: #0c0c0d !important;
--arrowpanel-background: #fff !important;
--arrowpanel-border-color: ThreeDShadow !important;
--arrowpanel-dimmed: hsla(0, 0%, 80%, .3) !important;
--arrowpanel-dimmed-further: hsla(0, 0%, 80%, .45) !important;
--arrowpanel-dimmed-even-further: hsla(0, 0%, 80%, .8) !important;

--autocomplete-popup-color: #0c0c0d !important;
--autocomplete-popup-background: #fff !important;
Expand Down

0 comments on commit 20575ef

Please sign in to comment.