change tab-line color
This commit is contained in:
parent
51f0656cb8
commit
515680626e
1 changed files with 5 additions and 0 deletions
|
@ -52,6 +52,8 @@
|
||||||
--lwt-toolbar-field-background-color: #fff !important;
|
--lwt-toolbar-field-background-color: #fff !important;
|
||||||
--lwt-toolbar-field-focus: #fff !important;
|
--lwt-toolbar-field-focus: #fff !important;
|
||||||
--lwt-toolbar-field-border-color: #ccc !important;
|
--lwt-toolbar-field-border-color: #ccc !important;
|
||||||
|
|
||||||
|
--tab-line-col: #0078d4 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* don't bother with sidebar in light mode */
|
/* don't bother with sidebar in light mode */
|
||||||
|
@ -112,6 +114,8 @@
|
||||||
--lwt-toolbar-field-background-color: #2b2b2b !important;
|
--lwt-toolbar-field-background-color: #2b2b2b !important;
|
||||||
--lwt-toolbar-field-focus: #2b2b2b !important;
|
--lwt-toolbar-field-focus: #2b2b2b !important;
|
||||||
--lwt-toolbar-field-border-color: #656565 !important;
|
--lwt-toolbar-field-border-color: #656565 !important;
|
||||||
|
|
||||||
|
--tab-line-col: #4C98D1 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
:-moz-any(#sidebar-box, #sidebar)
|
:-moz-any(#sidebar-box, #sidebar)
|
||||||
|
@ -171,6 +175,7 @@
|
||||||
#tabbrowser-tabs
|
#tabbrowser-tabs
|
||||||
{
|
{
|
||||||
--tab-min-height: 32px !important;
|
--tab-min-height: 32px !important;
|
||||||
|
--tab-line-color: var(--tab-line-col) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
@supports -moz-bool-pref("materialFox.reduceTabOverflow")
|
@supports -moz-bool-pref("materialFox.reduceTabOverflow")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue