Skip to content

Commit

Permalink
Fix chrome style
Browse files Browse the repository at this point in the history
  • Loading branch information
Septdir committed Dec 8, 2018
1 parent d9a7684 commit 2bba9bf
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion chrome/userChrome.css
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
--arrowpanel-dimmed: #333 !important;
}

/* Editor
/* Dev tools
========================================================================== */
:root {
--theme-body-background: #1F1F1F !important;
Expand Down Expand Up @@ -129,4 +129,11 @@
========================================================================== */
#nav-bar .toolbarbutton-menubutton-dropmarker {
display: none !important;
}

/* URL bar
========================================================================== */
#urlbar *|*.textbox-input::-moz-selection {
background-color: #2284e6;
color: #fff;
}

0 comments on commit 2bba9bf

Please sign in to comment.