mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-07 00:08:39 +09:00
[Pale-Moon] Issue #1751 - Make the Mac bottom tab bar blend better
This commit is contained in:
parent
72431fef47
commit
5a9cfb364d
1 changed files with 4 additions and 0 deletions
|
|
@ -94,11 +94,15 @@
|
|||
|
||||
/* Blend the topmost toolbar with the titlebar */
|
||||
#main-window[tabsontop=false]:not([privatebrowsingmode=temporary]) #nav-bar:not(:-moz-lwtheme),
|
||||
#main-window[tabsontop=false]:not([privatebrowsingmode=temporary]) #PersonalToolbar[collapsed=true]
|
||||
~ #TabsToolbar:not(:-moz-lwtheme),
|
||||
#main-window[tabsontop=true]:not([privatebrowsingmode=temporary]) #TabsToolbar:not(:-moz-lwtheme) {
|
||||
-moz-appearance: toolbar;
|
||||
}
|
||||
|
||||
#main-window[tabsontop=false][privatebrowsingmode=temporary] #nav-bar:not(:-moz-lwtheme),
|
||||
#main-window[tabsontop=false][privatebrowsingmode=temporary] #PersonalToolbar[collapsed=true]
|
||||
~ #TabsToolbar:not(:-moz-lwtheme),
|
||||
#main-window[tabsontop=true][privatebrowsingmode=temporary] #TabsToolbar:not(:-moz-lwtheme) {
|
||||
background-color: transparent;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue