- Fix livemarks icon issue. (#138989)
This commit is contained in:
parent
11ef24c601
commit
c653b18d23
27
firefox-gnomestripe-0.1-livemarks.patch
Normal file
27
firefox-gnomestripe-0.1-livemarks.patch
Normal file
@ -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 {
|
@ -8,7 +8,7 @@ ExclusiveArch: i386 x86_64 ia64 ppc
|
||||
Summary: Mozilla Firefox Web browser.
|
||||
Name: firefox
|
||||
Version: 1.0
|
||||
Release: 1
|
||||
Release: 2
|
||||
Epoch: 0
|
||||
URL: http://www.mozilla.org/projects/firefox/
|
||||
License: MPL/LGPL
|
||||
@ -39,6 +39,7 @@ Patch25: firefox-PR1-software-update.patch
|
||||
Patch26: firefox-RC1-stock-icons-be.patch
|
||||
Patch27: firefox-RC1-stock-icons-fe.patch
|
||||
Patch28: firefox-RC1-stock-icons-gnomestripe.patch
|
||||
Patch29: firefox-gnomestripe-0.1-livemarks.patch
|
||||
|
||||
# local bugfixes
|
||||
Patch40: firefox-PR1-gnome-vfs-default-app.patch
|
||||
@ -96,6 +97,7 @@ compliance, performance and portability.
|
||||
%patch26 -p0
|
||||
%patch27 -p0
|
||||
%patch28 -p0
|
||||
%patch29 -p1
|
||||
%patch40 -p1
|
||||
%patch41 -p0
|
||||
%patch90 -p0
|
||||
@ -220,6 +222,9 @@ fi
|
||||
#---------------------------------------------------------------------
|
||||
|
||||
%changelog
|
||||
* Fri Nov 12 2004 Christopher Aillon <caillon@redhat.com> 0:1.0-2
|
||||
- Fix livemarks icon issue. (#138989)
|
||||
|
||||
* Tue Nov 8 2004 Christopher Aillon <caillon@redhat.com> 0:1.0-1
|
||||
- Firefox 1.0
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user