mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-07 08:18:41 +09:00
Don't hide caption buttons with a lw theme, either
Follow-up to #585. I removed this from the PR, but it's actually needed, otherwise the caption buttons are hidden with a lightweight theme!
This commit is contained in:
parent
9a906f1dbc
commit
58a67bf3d7
1 changed files with 1 additions and 1 deletions
|
|
@ -127,7 +127,7 @@
|
|||
}
|
||||
|
||||
/* ensure extra titlebar doesn't appear on normal (e.g. non-privacy) windows */
|
||||
#main-window:not([privatebrowsingmode=temporary]) > #titlebar > #titlebar-content > #titlebar-buttonbox-container,
|
||||
#main-window:not([privatebrowsingmode=temporary]):not(-moz-lwtheme) > #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