summaryrefslogtreecommitdiff
path: root/browser/themes/linux
diff options
context:
space:
mode:
authorjanekptacijarabaci <janekptacijarabaci@seznam.cz>2017-08-21 07:46:06 +0200
committerjanekptacijarabaci <janekptacijarabaci@seznam.cz>2017-08-21 07:46:06 +0200
commite270dd215881da3bee25b93fcb773dc90236a3eb (patch)
treed722d26453267bbddd9a991c9d9290711b3a1452 /browser/themes/linux
parentd8c365d1cc51a32bd681b11d9a0a0f959b1982fc (diff)
downloadpalemoon-gre-e270dd215881da3bee25b93fcb773dc90236a3eb.tar.gz
Places - bookmarks, livemarks and history - "Open in a New Private Window"
Diffstat (limited to 'browser/themes/linux')
-rw-r--r--browser/themes/linux/browser.css1
-rw-r--r--browser/themes/linux/places/places.css5
2 files changed, 6 insertions, 0 deletions
diff --git a/browser/themes/linux/browser.css b/browser/themes/linux/browser.css
index 07a46d534..07e9dae9c 100644
--- a/browser/themes/linux/browser.css
+++ b/browser/themes/linux/browser.css
@@ -521,6 +521,7 @@ menuitem:not([type]):not(.menuitem-tooltip):not(.menuitem-iconic-tooltip) {
#appmenu_privateBrowsing,
#appmenu_newPrivateWindow,
+#placesContext_open\:newprivatewindow,
#privateBrowsingItem {
list-style-image: url("chrome://browser/skin/Privacy-16.png");
}
diff --git a/browser/themes/linux/places/places.css b/browser/themes/linux/places/places.css
index 96f9c0f08..d2b806bc4 100644
--- a/browser/themes/linux/places/places.css
+++ b/browser/themes/linux/places/places.css
@@ -200,6 +200,11 @@ menuitem[command="placesCmd_open:window"] {
-moz-image-region: rect(0px 80px 16px 64px);
}
+#placesContext_open\:newprivatewindow,
+menuitem[command="placesCmd_open:privatewindow"] {
+ list-style-image: url("chrome://browser/skin/Privacy-16.png");
+}
+
#placesContext_open\:newtab,
menuitem[command="placesCmd_open:tab"] {
list-style-image: url("chrome://browser/skin/Toolbar-small.png");