mirror of
https://git.davidovski.xyz/dot.git
synced 2024-08-15 00:43:28 +00:00
add firefox userChrome with wavefox
This commit is contained in:
parent
efa6ffe227
commit
2596f818e0
336 changed files with 7406 additions and 1 deletions
49
firefox/chrome/special/linux.css
Normal file
49
firefox/chrome/special/linux.css
Normal file
|
|
@ -0,0 +1,49 @@
|
|||
@media (-moz-bool-pref: "userChrome.Menu.Icons.Regular.Enabled") or
|
||||
(-moz-bool-pref: "userChrome.Menu.Icons.Filled.Enabled")
|
||||
{
|
||||
:root
|
||||
{
|
||||
--align-menu-icons: -2px -18px;
|
||||
}
|
||||
}
|
||||
|
||||
@media (-moz-bool-pref: "userChrome.Linux.Transparency.Low.Enabled") or
|
||||
(-moz-bool-pref: "userChrome.Linux.Transparency.Medium.Enabled") or
|
||||
(-moz-bool-pref: "userChrome.Linux.Transparency.High.Enabled") or
|
||||
(-moz-bool-pref: "userChrome.Linux.Transparency.VeryHigh.Enabled")
|
||||
{
|
||||
:root
|
||||
{
|
||||
--toolbox-background-color: ActiveCaption;
|
||||
|
||||
&:-moz-window-inactive
|
||||
{
|
||||
--toolbox-background-color: InActiveCaption;
|
||||
}
|
||||
|
||||
@media (-moz-bool-pref: "userChrome.Linux.Transparency.Low.Enabled")
|
||||
{
|
||||
--toolbox-transparency: 25%;
|
||||
}
|
||||
|
||||
@media (-moz-bool-pref: "userChrome.Linux.Transparency.Medium.Enabled")
|
||||
{
|
||||
--toolbox-transparency: 50%;
|
||||
}
|
||||
|
||||
@media (-moz-bool-pref: "userChrome.Linux.Transparency.High.Enabled")
|
||||
{
|
||||
--toolbox-transparency: 75%;
|
||||
}
|
||||
|
||||
@media (-moz-bool-pref: "userChrome.Linux.Transparency.VeryHigh.Enabled")
|
||||
{
|
||||
--toolbox-transparency: 100%;
|
||||
}
|
||||
|
||||
&[tabsintitlebar]:not([lwtheme]) #navigator-toolbox
|
||||
{
|
||||
background-color: color-mix(in srgb, var(--toolbox-background-color), transparent var(--toolbox-transparency)) !important;
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue