From: robert Date: Tue, 13 Nov 2001 20:19:57 +0000 (+0000) Subject: adding 16x16 bookmarkitem image + use it for tabbrowser X-Git-Tag: LCARStrek06~6 X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=commitdiff_plain;h=135a240d7729616a41d7ec3c59e248eaa1339385;ds=sidebyside adding 16x16 bookmarkitem image + use it for tabbrowser --- diff --git a/EarlyBlue/skin/EarlyBlue/communicator/bookmarks/bookmark-item.gif b/EarlyBlue/skin/EarlyBlue/communicator/bookmarks/bookmark-item.gif index c30e9070..b4dca42c 100755 Binary files a/EarlyBlue/skin/EarlyBlue/communicator/bookmarks/bookmark-item.gif and b/EarlyBlue/skin/EarlyBlue/communicator/bookmarks/bookmark-item.gif differ diff --git a/EarlyBlue/skin/EarlyBlue/communicator/bookmarks/bookmark-item16.gif b/EarlyBlue/skin/EarlyBlue/communicator/bookmarks/bookmark-item16.gif new file mode 100644 index 00000000..7e311b59 Binary files /dev/null and b/EarlyBlue/skin/EarlyBlue/communicator/bookmarks/bookmark-item16.gif differ diff --git a/EarlyBlue/skin/EarlyBlue/global/browser.css b/EarlyBlue/skin/EarlyBlue/global/browser.css index a26dbe47..ec1e5d71 100644 --- a/EarlyBlue/skin/EarlyBlue/global/browser.css +++ b/EarlyBlue/skin/EarlyBlue/global/browser.css @@ -42,7 +42,7 @@ margin-right: 3px; width: 16px; height: 16px; - list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-item.gif"); + list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-item16.gif"); } tab[busy] > .tab-box > .tab-image { @@ -54,4 +54,3 @@ tab[busy] > .tab-box > .tab-image { margin-bottom: 3px; margin-right: 2px; } - diff --git a/LCARStrek/skin/LCARStrek/communicator/bookmarks/bookmark-item16.gif b/LCARStrek/skin/LCARStrek/communicator/bookmarks/bookmark-item16.gif new file mode 100644 index 00000000..e46131ee Binary files /dev/null and b/LCARStrek/skin/LCARStrek/communicator/bookmarks/bookmark-item16.gif differ diff --git a/LCARStrek/skin/LCARStrek/global/browser.css b/LCARStrek/skin/LCARStrek/global/browser.css index 746dfa0c..ec1e5d71 100644 --- a/LCARStrek/skin/LCARStrek/global/browser.css +++ b/LCARStrek/skin/LCARStrek/global/browser.css @@ -42,7 +42,7 @@ margin-right: 3px; width: 16px; height: 16px; - list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-item.gif"); + list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-item16.gif"); } tab[busy] > .tab-box > .tab-image {