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
32
firefox/chrome/special/windows.css
Normal file
32
firefox/chrome/special/windows.css
Normal file
|
|
@ -0,0 +1,32 @@
|
|||
@media not (prefers-contrast)
|
||||
{
|
||||
.titlebar-buttonbox-container
|
||||
{
|
||||
align-items: flex-start !important;
|
||||
}
|
||||
|
||||
.titlebar-button:not(.titlebar-close):hover
|
||||
{
|
||||
background-color: var(--toolbarbutton-hover-background) !important;
|
||||
}
|
||||
|
||||
.titlebar-button:not(.titlebar-close):hover:active
|
||||
{
|
||||
background-color: var(--toolbarbutton-active-background) !important;
|
||||
}
|
||||
}
|
||||
|
||||
@media (-moz-bool-pref: "userChrome.Menu.Icons.Regular.Enabled") or
|
||||
(-moz-bool-pref: "userChrome.Menu.Icons.Filled.Enabled")
|
||||
{
|
||||
:root
|
||||
{
|
||||
--align-menu-icons: -2px 6px;
|
||||
}
|
||||
}
|
||||
|
||||
menupopup[needsgutter] menu:not([icon], .menu-iconic),
|
||||
menupopup[needsgutter] menuitem:not([checked="true"], [icon], .menuitem-iconic)
|
||||
{
|
||||
padding-inline-start: 1em !important;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue