From 80307b2db54bd3b9d7ea7479b7208ac8f7612fdb Mon Sep 17 00:00:00 2001 From: "annie.sullivan%gmail.com" Date: Wed, 7 Nov 2007 05:10:25 +0000 Subject: [PATCH] Checking in files that got checked in on the branch but not the trunk from the patch for bug 328243 git-svn-id: svn://10.0.0.236/trunk@238662 18797224-902f-48f8-a5cc-f745e15eee43 --- .../themes/gnomestripe/browser/browser.css | 60 +++++++++++++++++++ 1 file changed, 60 insertions(+) diff --git a/mozilla/browser/themes/gnomestripe/browser/browser.css b/mozilla/browser/themes/gnomestripe/browser/browser.css index cd672f7497c..b511b4cec24 100644 --- a/mozilla/browser/themes/gnomestripe/browser/browser.css +++ b/mozilla/browser/themes/gnomestripe/browser/browser.css @@ -961,3 +961,63 @@ toolbar[mode="text"] > #window-controls > toolbarbutton > .toolbarbutton-text { list-style-image: url("chrome://global/skin/throbber/Throbber-small.gif"); } +#places-bookmark { + list-style-image: url("chrome://browser/skin/bookmarks/Bookmarks-toolbar.png"); + -moz-image-region: rect(0px 24px 24px 0px); +} + +#places-subscribe { + list-style-image: url("chrome://browser/skin/page-livemarks.png"); + opacity: 1.0; +} + +#places-subscribe[disabled="true"] { + opacity: 0.3; +} + +#bookmarksBarShowPlaces { + list-style-image: url("chrome://browser/skin/places/places-icon.png"); +} + + +/* Personal toolbar */ +.toolbar-drop-indicator { + height: 16px; + width: 5px; + margin-bottom: -8px; + position: relative; + background: url('chrome://browser/skin/places/toolbarDropMarker.png') 50% 50% no-repeat; +} + +.toolbar-drop-indicator-bar { + display: none; + height: 16px; + margin-bottom: -16px; + margin-left: 4px; + position: relative; +} + +.toolbar-drop-indicator-bar[dragging="true"] { + display: -moz-box; +} + +toolbarbutton.bookmark-item[dragover="true"][open="true"] { + -moz-appearance: none; + background: Highlight !important; + color: HighlightText !important; + list-style-image: url('chrome://browser/skin/places/folderDragOver.png') !important; + -moz-image-region: rect(0px, 16px, 16px, 0px) !important; +} + +.bookmark-item[dragover-into="true"] { + background: Highlight !important; + color: HighlightText !important; +} + +.bookmark-item[dragover-top="true"] { + -moz-border-top-colors: #000000; +} + +.bookmark-item[dragover-bottom="true"] { + -moz-border-bottom-colors: #000000; +}