www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | Submodules | README | LICENSE

commit 51c119ae8a367bbf69deb6c3a3000eb58f954031
parent 7b6611399022ce26177145eafe42789348a03030
Author: Simon Kornblith <simon@simonster.com>
Date:   Sat, 12 Feb 2011 21:22:01 +0000

control selected appearance on clicky based on tree focus, not window focus


Diffstat:
Mchrome/content/zotero-platform/mac/overlay.css | 14++------------
1 file changed, 2 insertions(+), 12 deletions(-)

diff --git a/chrome/content/zotero-platform/mac/overlay.css b/chrome/content/zotero-platform/mac/overlay.css @@ -450,22 +450,12 @@ treechilren::-moz-tree-twisty(active) { } */ -#zotero-pane:not(:-moz-window-inactive) treechildren::-moz-tree-twisty(selected) { +tree:focus treechildren::-moz-tree-twisty(selected) { -moz-appearance: none; list-style-image: url("chrome://zotero/skin/mac/twisty-selected.png"); } -:root[active] treechildren::-moz-tree-twisty(selected) { - -moz-appearance: none; - list-style-image: url("chrome://zotero/skin/mac/twisty-selected.png"); -} - -#zotero-pane:not(:-moz-window-inactive) treechildren::-moz-tree-twisty(selected, open) { - -moz-appearance: none; - list-style-image: url("chrome://zotero/skin/mac/twisty-selected-open.png"); -} - -:root[active] treechildren::-moz-tree-twisty(selected, open) { +tree:focus treechildren::-moz-tree-twisty(selected, open) { -moz-appearance: none; list-style-image: url("chrome://zotero/skin/mac/twisty-selected-open.png"); }