diff options
author | Moonchild <mcwerewolf@gmail.com> | 2018-07-11 12:51:27 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-07-11 12:51:27 +0200 |
commit | f15849458543064fb31c31b7d675f6959213ba04 (patch) | |
tree | 973d2a530122adfae229e81d575e7ae9578e57d1 /application/palemoon/themes/osx | |
parent | 382956b2d13db4e41c3bd08cd810200d92624b1d (diff) | |
parent | f0d9eddfb685e67342dad019c6f5899efbcd7601 (diff) | |
download | UXP-f15849458543064fb31c31b7d675f6959213ba04.tar UXP-f15849458543064fb31c31b7d675f6959213ba04.tar.gz UXP-f15849458543064fb31c31b7d675f6959213ba04.tar.lz UXP-f15849458543064fb31c31b7d675f6959213ba04.tar.xz UXP-f15849458543064fb31c31b7d675f6959213ba04.zip |
Merge pull request #620 from SpockMan02/patch-5
Fix typo
Diffstat (limited to 'application/palemoon/themes/osx')
-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 fde767e39..400ace3f8 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; } |