summaryrefslogtreecommitdiffstats
path: root/application
diff options
context:
space:
mode:
authorMoonchild <mcwerewolf@gmail.com>2018-07-11 12:51:27 +0200
committerGitHub <noreply@github.com>2018-07-11 12:51:27 +0200
commitf15849458543064fb31c31b7d675f6959213ba04 (patch)
tree973d2a530122adfae229e81d575e7ae9578e57d1 /application
parent382956b2d13db4e41c3bd08cd810200d92624b1d (diff)
parentf0d9eddfb685e67342dad019c6f5899efbcd7601 (diff)
downloadUXP-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')
-rw-r--r--application/palemoon/themes/osx/browser.css2
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;
}