summaryrefslogtreecommitdiff
path: root/browser/themes/linux
diff options
context:
space:
mode:
authorAntonius32 <Antonius32@users.noreply.github.com>2015-11-24 15:23:42 +0100
committerAntonius32 <Antonius32@users.noreply.github.com>2015-11-24 15:23:42 +0100
commit1445a386a508a01f85cf7d9dc646dfc568051234 (patch)
tree378220a36b2c2c00db7108a3c45a6d61d69b9abb /browser/themes/linux
parente9eff684a8ad29f47fe9926154b9388bfc2d366d (diff)
downloadpalemoon-gre-1445a386a508a01f85cf7d9dc646dfc568051234.tar.gz
Fix issue with the styling of the History Menu button on Linux
Diffstat (limited to 'browser/themes/linux')
-rw-r--r--browser/themes/linux/browser.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/browser/themes/linux/browser.css b/browser/themes/linux/browser.css
index 6e400bb7b..e5c851e94 100644
--- a/browser/themes/linux/browser.css
+++ b/browser/themes/linux/browser.css
@@ -806,7 +806,7 @@ toolbar[iconsize="small"] #downloads-button {
toolbar[iconsize="small"] #webrtc-status-button /* temporary placeholder (bug 824825) */,
toolbar[iconsize="small"] #history-button,
-toolbar[iconsize=small] > #history-menu-button {
+toolbar[iconsize="small"] #history-menu-button {
-moz-image-region: rect(0px 32px 16px 16px);
}