proton fixes
This commit is contained in:
parent
68f6f82267
commit
0cf7f9abe3
1 changed files with 15 additions and 6 deletions
|
@ -1,9 +1,9 @@
|
|||
/* Light Mode */
|
||||
:root:not([style]),
|
||||
:root:not([lwtheme]),
|
||||
:root:not(:-moz-lwtheme),
|
||||
:root[style*="--lwt-accent-color:rgb(227, 228, 230); --lwt-text-color:rgba(24, 25, 26);"],
|
||||
:root[style*="--lwt-accent-color:rgb(240, 240, 244); --lwt-text-color:rgba(21, 20, 26);"] /* Used for Proton (May be changed in future) */
|
||||
{
|
||||
{
|
||||
/* accentcolor */
|
||||
--lwt-accent-color: #cecece !important;
|
||||
|
||||
|
@ -58,7 +58,7 @@
|
|||
/* Dark Mode */
|
||||
:root[style*="--lwt-accent-color:rgb(12, 12, 13); --lwt-text-color:rgba(249, 249, 250);"],
|
||||
:root[style*="--lwt-accent-color:rgb(28, 27, 34); --lwt-text-color:rgba(251, 251, 254);"] /* Used for Proton (May be changed in future) */
|
||||
{
|
||||
{
|
||||
/* accentcolor */
|
||||
--lwt-accent-color: #1b1b1b !important;
|
||||
|
||||
|
@ -153,11 +153,11 @@
|
|||
:-moz-any(.sidebar-panel, body)[style*="--lwt-sidebar-background-color:rgb(56, 56, 61);"] {
|
||||
/* sidebar */
|
||||
--sidebar-background-color: #3b3b3b !important;
|
||||
--lwt-sidebar-background-color: var(--sidebar-background-color) !important;
|
||||
--lwt-sidebar-background-color: #3b3b3b !important;
|
||||
|
||||
/* sidebar_text */
|
||||
--sidebar-text-color: #fff !important;
|
||||
--lwt-sidebar-text-color: var(--sidebar-text-color) !important;
|
||||
--lwt-sidebar-text-color: #fff !important;
|
||||
}
|
||||
|
||||
#browser {
|
||||
|
@ -185,12 +185,21 @@
|
|||
--toolbar-non-lwt-textcolor: #000 !important;
|
||||
|
||||
--tab-separator-opacity: .5 !important;
|
||||
|
||||
--urlbar-min-height: 30px !important;
|
||||
|
||||
--arrowpanel-dimmed: color-mix(in srgb, currentColor 9%, transparent) !important;
|
||||
--arrowpanel-dimmed-further: color-mix(in srgb, currentColor 14%, transparent) !important;
|
||||
--arrowpanel-dimmed-even-further: color-mix(in srgb, currentColor 25%, transparent) !important;
|
||||
|
||||
--panelview-toolbarbutton-hover-bgcolor: var(--arrowpanel-dimmed) !important;
|
||||
--panelview-toolbarbutton-active-bgcolor: var(--arrowpanel-dimmed-further) !important;
|
||||
}
|
||||
|
||||
@media (-moz-proton) {
|
||||
:root {
|
||||
--arrowpanel-menuitem-margin: 0 !important; /* used to get rid of the left/right margins in Proton */
|
||||
--space-above-tabbar: 0;
|
||||
--space-above-tabbar: 0px;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue