mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-06 15:58:39 +09:00
Mac: Do not hide caption buttons or titlebar
on private browsing windows or with a lightweight theme installed. This resolves #491. This resolves #584. Tag https://github.com/MoonchildProductions/Pale-Moon/issues/623
This commit is contained in:
parent
ef547d4967
commit
9a906f1dbc
1 changed files with 2 additions and 2 deletions
|
|
@ -127,8 +127,8 @@
|
|||
}
|
||||
|
||||
/* ensure extra titlebar doesn't appear on normal (e.g. non-privacy) windows */
|
||||
#titlebar-buttonbox-container,
|
||||
#main-window:not([drawintitlebar=true]) > #titlebar {
|
||||
#main-window:not([privatebrowsingmode=temporary]) > #titlebar > #titlebar-content > #titlebar-buttonbox-container,
|
||||
#main-window:not([drawintitlebar=true]):not(:-moz-lwtheme) > #titlebar {
|
||||
display: none;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue