summaryrefslogtreecommitdiff
path: root/firefox-gnomestripe-0.1-livemarks.patch
diff options
context:
space:
mode:
authorChristopher Aillon <caillon@fedoraproject.org>2004-11-13 14:14:13 +0000
committerChristopher Aillon <caillon@fedoraproject.org>2004-11-13 14:14:13 +0000
commitc653b18d237c6052c24841b4c65e00ca2814fced (patch)
tree426c61514fd112cf6d43347ea7ff7b1188e0d941 /firefox-gnomestripe-0.1-livemarks.patch
parent- Firefox 1.0 (diff)
downloadlibrewolf-fedora-ff-c653b18d237c6052c24841b4c65e00ca2814fced.tar.gz
librewolf-fedora-ff-c653b18d237c6052c24841b4c65e00ca2814fced.tar.bz2
librewolf-fedora-ff-c653b18d237c6052c24841b4c65e00ca2814fced.zip
- Fix livemarks icon issue. (#138989)
Diffstat (limited to 'firefox-gnomestripe-0.1-livemarks.patch')
-rw-r--r--firefox-gnomestripe-0.1-livemarks.patch27
1 files changed, 27 insertions, 0 deletions
diff --git a/firefox-gnomestripe-0.1-livemarks.patch b/firefox-gnomestripe-0.1-livemarks.patch
new file mode 100644
index 0000000..a9cdab4
--- /dev/null
+++ b/firefox-gnomestripe-0.1-livemarks.patch
@@ -0,0 +1,27 @@
+diff -ru mozilla-badicon/browser/themes/gnomestripe/browser/browser.css mozilla/browser/themes/gnomestripe/browser/browser.css
+--- mozilla-badicon/browser/themes/gnomestripe/browser/browser.css 2004-11-02 09:05:54.000000000 -0500
++++ mozilla/browser/themes/gnomestripe/browser/browser.css 2004-11-13 09:08:43.531509488 -0500
+@@ -138,6 +138,7 @@
+ /* only the folder icon has any effect for now, item icon is unused */
+ .bookmark-item[livemark="true"] {
+ list-style-image: url("chrome://browser/skin/livemark-item.png") !important;
++ -moz-image-region: rect(0px, 16px, 16px, 0px);
+ }
+
+ .bookmark-item[type="menu"][livemark="true"] {
+@@ -148,6 +149,15 @@
+ -moz-image-region: rect(16px, 48px, 32px, 32px) !important;
+ }
+
++.bookmark-item[livemark="true"][container="true"] {
++ -moz-image-region: rect(0px, 32px, 16px, 16px) !important;
++}
++
++.bookmark-item[livemark="true"][open="true"],
++.bookmark-item[livemark="true"][container="true"][open="true"] {
++ -moz-image-region: rect(16px, 32px, 32px, 16px) !important;
++}
++
+ /* ::::: primary toolbar buttons ::::: */
+
+ .toolbarbutton-1 {
bgstack15