diff options
author | SpockFan02 <aidanboyle@comcast.net> | 2018-07-10 06:59:04 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-07-10 06:59:04 +0000 |
commit | f0d9eddfb685e67342dad019c6f5899efbcd7601 (patch) | |
tree | c0df7f09d321ddc8435160597fbede872b2ec8b4 /application | |
parent | 4483ac5c5f082e4efb21ab711aec9a0a74d20448 (diff) | |
download | uxp-f0d9eddfb685e67342dad019c6f5899efbcd7601.tar.gz |
Fix typo
Diffstat (limited to 'application')
-rw-r--r-- | application/palemoon/themes/osx/browser.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/application/palemoon/themes/osx/browser.css b/application/palemoon/themes/osx/browser.css index bf26be0779..ea8533b17d 100644 --- a/application/palemoon/themes/osx/browser.css +++ b/application/palemoon/themes/osx/browser.css @@ -132,7 +132,7 @@ } /* ensure extra titlebar doesn't appear on normal (e.g. non-privacy) windows */ -#main-window:not([privatebrowsingmode=temporary]):not(-moz-lwtheme) > #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; } |