Add files via upload

This commit is contained in:
bmFtZQ 2021-03-15 19:38:48 +08:00 committed by GitHub
parent b556ac127b
commit b3a061d818
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 76 additions and 40 deletions

View file

@ -0,0 +1,26 @@
/* (MACOS ONLY!) Enable window vibrancy behind tabs */
#TabsToolbar:not(:-moz-window-inactive)
{
background-color: #0001 !important;
}
#main-window:-moz-any([lwthemetextcolor="bright"], [privatebrowsingmode=temporary]) #TabsToolbar:not(:-moz-window-inactive)
{
background-color: #1114 !important;
}
#main-window
{
-moz-appearance: -moz-mac-vibrant-titlebar-light !important;
}
#main-window:-moz-any([lwthemetextcolor="bright"], [privatebrowsingmode=temporary])
{
-moz-appearance: -moz-mac-vibrant-titlebar-dark !important;
}
:-moz-any(#main-window, #TabsToolbar):-moz-any([inFullscreen="true"], :-moz-window-inactive)
{
-moz-appearance: none !important;
background-color: var(--lwt-accent-color) !important;
}