2009-09-02 08:26:24 +00:00
|
|
|
#zotero-pane toolbarseparator {
|
2022-11-20 23:23:17 +00:00
|
|
|
margin-inline-start: 7px;
|
2009-09-02 08:26:24 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
#zotero-tb-sync > .toolbarbutton-icon {
|
|
|
|
-moz-binding: none !important;
|
|
|
|
}
|
|
|
|
|
2011-01-24 10:29:36 +00:00
|
|
|
/* How to get active twisty?
|
|
|
|
treechildren::-moz-tree-twisty(active) {
|
|
|
|
-moz-appearance: none;
|
2014-04-28 07:52:18 +00:00
|
|
|
list-style-image: url("chrome://zotero/skin/mac/twisty-active.svg") !important;
|
2011-01-24 10:29:36 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
treechilren::-moz-tree-twisty(active) {
|
|
|
|
-moz-appearance: none;
|
2014-04-28 07:52:18 +00:00
|
|
|
list-style-image: url("chrome://zotero/skin/mac/twisty-active-open.svg");
|
2011-01-24 10:29:36 +00:00
|
|
|
}
|
|
|
|
*/
|
|
|
|
|
2011-02-12 21:22:01 +00:00
|
|
|
tree:focus treechildren::-moz-tree-twisty(selected) {
|
2011-02-12 19:56:13 +00:00
|
|
|
-moz-appearance: none;
|
2014-04-28 07:52:18 +00:00
|
|
|
list-style-image: url("chrome://zotero/skin/mac/twisty-selected.svg");
|
2011-02-12 19:56:13 +00:00
|
|
|
}
|
|
|
|
|
2011-02-12 21:22:01 +00:00
|
|
|
tree:focus treechildren::-moz-tree-twisty(selected, open) {
|
2011-01-24 10:29:36 +00:00
|
|
|
-moz-appearance: none;
|
2014-04-28 07:52:18 +00:00
|
|
|
list-style-image: url("chrome://zotero/skin/mac/twisty-selected-open.svg");
|
2011-01-24 10:29:36 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
treechildren::-moz-tree-image {
|
|
|
|
height: 16px;
|
|
|
|
padding-bottom: 1px;
|
2011-02-13 23:51:50 +00:00
|
|
|
}
|