2015-02-21 08:44:13 +00:00
|
|
|
/*
|
|
|
|
As of Fx36, the built-in Mac styles don't properly handle a menu-button within a combined
|
|
|
|
button, so we need this ungodly mess.
|
|
|
|
*/
|
|
|
|
#zotero-toolbar-buttons[cui-areatype="toolbar"] > separator,
|
|
|
|
#zotero-toolbar-save-button[cui-areatype="toolbar"]:not(:hover) > .toolbarbutton-menubutton-dropmarker::before,
|
|
|
|
#zotero-toolbar-buttons[cui-areatype="toolbar"]:hover > #zotero-toolbar-save-button {
|
|
|
|
box-shadow: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
#zotero-toolbar-save-button[cui-areatype="toolbar"] {
|
2015-07-02 09:46:28 +00:00
|
|
|
border: 0;
|
2015-02-21 08:44:13 +00:00
|
|
|
}
|
|
|
|
|
2015-02-23 07:38:39 +00:00
|
|
|
#zotero-toolbar-main-button[cui-areatype="toolbar"] {
|
|
|
|
margin-right: 0;
|
|
|
|
border-top-right-radius: 0;
|
|
|
|
border-bottom-right-radius: 0;
|
|
|
|
padding-right: 2px;
|
|
|
|
padding-left: 2px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#zotero-toolbar-save-button[cui-areatype="toolbar"] {
|
|
|
|
margin-left: -1px;
|
|
|
|
border-top-left-radius: 0;
|
|
|
|
border-bottom-left-radius: 0;
|
|
|
|
border-left: 0 solid transparent;
|
|
|
|
}
|
|
|
|
|
2015-02-22 09:16:48 +00:00
|
|
|
#zotero-toolbar-save-button[cui-areatype="toolbar"] > .toolbarbutton-menubutton-button {
|
2016-02-10 08:20:55 +00:00
|
|
|
min-width: 27px;
|
2015-02-23 07:38:39 +00:00
|
|
|
padding-left: 1px;
|
|
|
|
padding-right: 1px;
|
2015-02-22 09:16:48 +00:00
|
|
|
}
|
|
|
|
|
2015-07-02 09:46:28 +00:00
|
|
|
/*
|
|
|
|
* Recreate standard hover effect (except in overflow list)
|
|
|
|
*/
|
2015-06-29 09:59:19 +00:00
|
|
|
#zotero-toolbar-buttons[cui-areatype="toolbar"]:not([overflowedItem=true]):hover > #zotero-toolbar-save-button > .toolbarbutton-menubutton-button,
|
|
|
|
#zotero-toolbar-buttons[cui-areatype="toolbar"]:not([overflowedItem=true]):hover > #zotero-toolbar-save-button > .toolbarbutton-menubutton-dropmarker {
|
2015-02-21 08:44:13 +00:00
|
|
|
border-width: 1px;
|
|
|
|
border-style: solid;
|
|
|
|
border-color: var(--toolbarbutton-hover-bordercolor) !important;
|
|
|
|
box-shadow: var(--toolbarbutton-hover-boxshadow) !important;
|
|
|
|
border-top-left-radius: 0;
|
|
|
|
border-bottom-left-radius: 0;
|
|
|
|
}
|
|
|
|
|
2015-06-29 09:59:19 +00:00
|
|
|
#zotero-toolbar-buttons[cui-areatype="toolbar"]:not([overflowedItem=true]):hover > #zotero-toolbar-save-button > .toolbarbutton-menubutton-dropmarker::before {
|
2015-02-21 08:44:13 +00:00
|
|
|
background: none;
|
|
|
|
}
|
|
|
|
|
2015-06-29 09:59:19 +00:00
|
|
|
#zotero-toolbar-buttons[cui-areatype="toolbar"]:not([overflowedItem=true]):hover > #zotero-toolbar-save-button > .toolbarbutton-menubutton-button {
|
2015-02-21 08:44:13 +00:00
|
|
|
border-right: 1px solid transparent;
|
|
|
|
}
|
|
|
|
|
2015-06-29 09:59:19 +00:00
|
|
|
#zotero-toolbar-buttons[cui-areatype="toolbar"]:not([overflowedItem=true]):hover > #zotero-toolbar-save-button > .toolbarbutton-menubutton-dropmarker {
|
2015-02-21 08:44:13 +00:00
|
|
|
border-left: 1px solid transparent;
|
|
|
|
}
|
|
|
|
|
2015-06-29 09:59:19 +00:00
|
|
|
#zotero-toolbar-buttons[cui-areatype="toolbar"]:not([overflowedItem=true]):hover > .toolbarbutton-menubutton-dropmarker {
|
2015-02-21 08:44:13 +00:00
|
|
|
background: inherit;
|
|
|
|
}
|
|
|
|
|
2015-06-29 09:59:19 +00:00
|
|
|
#zotero-toolbar-save-button[cui-areatype="toolbar"]:not([overflowedItem=true]) > .toolbarbutton-menubutton-dropmarker:hover {
|
2015-02-21 08:44:13 +00:00
|
|
|
background: var(--toolbarbutton-hover-background);
|
|
|
|
}
|
|
|
|
|
|
|
|
#zotero-toolbar-main-button[cui-areatype="toolbar"] {
|
|
|
|
border-right: 1px solid transparent;
|
|
|
|
}
|
2015-06-29 09:59:19 +00:00
|
|
|
#zotero-toolbar-save-button[cui-areatype="toolbar"]:not([overflowedItem=true]):hover {
|
2015-02-21 08:44:13 +00:00
|
|
|
border-left: 0 solid transparent;
|
|
|
|
}
|
2015-06-29 09:59:19 +00:00
|
|
|
#zotero-toolbar-buttons[cui-areatype="toolbar"]:not([overflowedItem=true]):hover > #zotero-toolbar-save-button > .toolbarbutton-menubutton-button {
|
2015-02-21 08:44:13 +00:00
|
|
|
border-left: 1px solid transparent;
|
|
|
|
}
|
2015-02-22 08:55:52 +00:00
|
|
|
|
2015-07-02 09:46:28 +00:00
|
|
|
/*
|
|
|
|
* Alterations for overflow menu
|
|
|
|
*/
|
2015-06-29 09:59:19 +00:00
|
|
|
#zotero-toolbar-buttons[overflowedItem=true] {
|
2015-07-02 09:46:28 +00:00
|
|
|
margin: 6px 4px 0;
|
2015-06-29 09:59:19 +00:00
|
|
|
}
|
|
|
|
|
2015-07-02 09:46:28 +00:00
|
|
|
#zotero-toolbar-buttons[overflowedItem=true] #zotero-toolbar-main-button {
|
|
|
|
max-width: 16px;
|
2015-02-22 08:55:52 +00:00
|
|
|
}
|
2015-07-02 09:46:28 +00:00
|
|
|
|
2015-02-21 08:44:13 +00:00
|
|
|
/* End toolbar icons */
|
|
|
|
|
2009-09-02 08:26:24 +00:00
|
|
|
#zotero-splitter
|
|
|
|
{
|
|
|
|
border-top: none;
|
|
|
|
border-bottom: 1px solid #A3A3A3;
|
|
|
|
min-height: 1px !important;
|
|
|
|
max-height: 1px !important;
|
|
|
|
background-image: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
#zotero-items-toolbar[state=collapsed]
|
|
|
|
{
|
|
|
|
margin-left: -8px !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
#zotero-pane toolbarseparator {
|
|
|
|
margin-left: 7px;
|
|
|
|
}
|
|
|
|
|
2017-10-18 00:36:49 +00:00
|
|
|
#zotero-tb-sync-stop .toolbarbutton-icon,
|
|
|
|
#zotero-tb-sync-error .toolbarbutton-icon {
|
|
|
|
width: 16px;
|
2015-04-06 20:40:52 +00:00
|
|
|
}
|
|
|
|
|
2017-10-18 00:36:49 +00:00
|
|
|
.zotero-tb-button > .toolbarbutton-icon {
|
|
|
|
max-width: 31px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.zotero-tb-button,
|
|
|
|
.zotero-tb-button:first-child,
|
|
|
|
.zotero-tb-button:last-child {
|
2012-02-02 03:23:07 +00:00
|
|
|
-moz-margin-start: 0 !important;
|
|
|
|
-moz-margin-end: 3px !important;
|
|
|
|
-moz-padding-end: 10px !important;
|
2017-10-18 00:36:49 +00:00
|
|
|
background: url("chrome://zotero/skin/mac/menubutton-end.png") right center/auto 24px no-repeat;
|
|
|
|
}
|
|
|
|
|
|
|
|
.zotero-tb-button[type=menu] {
|
|
|
|
-moz-padding-end: 8px !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.zotero-tb-button > .toolbarbutton-icon {
|
|
|
|
background: url("chrome://zotero/skin/mac/menubutton-start.png") left center/auto 24px no-repeat;
|
|
|
|
padding: 4px 4px 4px 11px;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* For menu buttons, decrease left padding by 1px */
|
|
|
|
.zotero-tb-button[type=menu] > .toolbarbutton-icon {
|
|
|
|
-moz-padding-start: 9px;
|
|
|
|
max-width: 29px;
|
2009-09-02 08:26:24 +00:00
|
|
|
}
|
|
|
|
|
2012-02-02 03:23:07 +00:00
|
|
|
#zotero-collections-toolbar {
|
|
|
|
padding-left: 0;
|
|
|
|
}
|
|
|
|
|
2011-10-02 23:13:18 +00:00
|
|
|
.zotero-tb-button:-moz-window-inactive {
|
2017-10-18 00:36:49 +00:00
|
|
|
opacity: 0.5;
|
|
|
|
}
|
|
|
|
|
|
|
|
.zotero-tb-button:-moz-window-inactive > .toolbarbutton-icon {
|
|
|
|
background: url("chrome://zotero/skin/mac/menubutton-start-inactive-window.png") left center/auto 24px no-repeat;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Use a darker background when inactive so the button itself doesn't get too dark at 50% */
|
|
|
|
.zotero-tb-button:-moz-window-inactive,
|
|
|
|
.zotero-tb-button:-moz-window-inactive:first-child,
|
|
|
|
.zotero-tb-button:-moz-window-inactive:last-child {
|
|
|
|
background: url("chrome://zotero/skin/mac/menubutton-end-inactive-window.png") right center/auto 24px no-repeat;
|
2011-10-02 23:13:18 +00:00
|
|
|
}
|
|
|
|
|
2009-09-02 08:26:24 +00:00
|
|
|
.zotero-tb-button[open="true"],
|
2011-10-02 23:28:38 +00:00
|
|
|
.zotero-tb-button:not([disabled="true"]):hover:active {
|
2017-10-18 00:36:49 +00:00
|
|
|
background: url("chrome://zotero/skin/mac/menubutton-end-pressed.png") right center/auto 24px no-repeat;
|
2009-09-02 08:26:24 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.zotero-tb-button > menupopup {
|
|
|
|
-moz-margin-start: 2px;
|
|
|
|
margin-top: -4px;
|
|
|
|
}
|
|
|
|
|
2017-10-18 00:36:49 +00:00
|
|
|
#zotero-tb-search-menu-button {
|
|
|
|
margin: -6px 0 -6px -16px;
|
|
|
|
padding: 6px 0 6px 15px;
|
2011-04-25 15:27:49 +00:00
|
|
|
}
|
|
|
|
|
2009-09-08 22:23:37 +00:00
|
|
|
#zotero-tb-sync > .toolbarbutton-icon {
|
|
|
|
-moz-padding-start: 8px;
|
2011-02-13 23:51:50 +00:00
|
|
|
padding-top: 1px;
|
2009-09-02 08:26:24 +00:00
|
|
|
}
|
|
|
|
|
2012-12-11 20:16:40 +00:00
|
|
|
#zotero-tb-sync-error[error=true]
|
2009-10-01 20:26:31 +00:00
|
|
|
{
|
|
|
|
margin-bottom: 2px;
|
|
|
|
}
|
|
|
|
|
2009-09-02 08:26:24 +00:00
|
|
|
.zotero-tb-button[open="true"] > .toolbarbutton-icon,
|
2011-10-02 23:28:38 +00:00
|
|
|
.zotero-tb-button:not([disabled="true"]):hover:active > .toolbarbutton-icon {
|
2017-10-18 00:36:49 +00:00
|
|
|
background: url("chrome://zotero/skin/mac/menubutton-start-pressed.png") left center/auto 24px no-repeat;
|
2009-09-02 08:26:24 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.zotero-tb-button > .toolbarbutton-text {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
#zotero-tb-sync > .toolbarbutton-icon {
|
|
|
|
-moz-binding: none !important;
|
2011-02-13 23:51:50 +00:00
|
|
|
padding: 2px 0px 2px 8px !important;
|
2009-09-02 08:26:24 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
#zotero-close-button {
|
|
|
|
margin: 0px !important;
|
|
|
|
padding: 0px 0px 0px 10px !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
#zotero-tb-sync {
|
2010-08-27 19:16:29 +00:00
|
|
|
margin: 0;
|
2009-09-02 08:26:24 +00:00
|
|
|
}
|
|
|
|
|
2010-07-09 20:10:43 +00:00
|
|
|
#zotero-view-tabbox {
|
2009-09-02 08:26:24 +00:00
|
|
|
background-color: #fff;
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
|
2010-07-09 20:10:43 +00:00
|
|
|
#zotero-item-pane-content .groupbox-body {
|
2009-09-02 08:26:24 +00:00
|
|
|
-moz-appearance: none;
|
|
|
|
background-color: #ffffff;
|
|
|
|
}
|
|
|
|
|
2016-03-24 12:55:32 +00:00
|
|
|
#zotero-item-pane-message-box description {
|
2009-09-02 08:26:24 +00:00
|
|
|
color: #7f7f7f;
|
|
|
|
}
|
|
|
|
|
2010-07-09 20:10:43 +00:00
|
|
|
#zotero-view-tabbox > tabpanels {
|
2009-09-08 22:23:37 +00:00
|
|
|
margin: 12px 0 0 0;
|
2011-02-13 06:16:06 +00:00
|
|
|
padding: 0;
|
2009-09-02 08:26:24 +00:00
|
|
|
-moz-appearance: none;
|
|
|
|
}
|
|
|
|
|
2010-07-09 20:10:43 +00:00
|
|
|
#zotero-view-tabbox > tabs {
|
2012-01-25 22:42:28 +00:00
|
|
|
-moz-appearance: none;
|
|
|
|
background: -moz-linear-gradient(top, #ededed, #cccccc);
|
2012-01-25 08:49:07 +00:00
|
|
|
border-style: solid;
|
|
|
|
border-width: 0 0 1px 0;
|
2017-01-12 07:16:30 +00:00
|
|
|
border-color: #bdbdbd;
|
2012-01-25 22:42:28 +00:00
|
|
|
padding: 2px 0 2px 0;
|
2012-01-25 08:09:49 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
#zotero-view-tabbox > tabs > tab > hbox {
|
|
|
|
padding: 0;
|
2009-09-02 08:26:24 +00:00
|
|
|
}
|
|
|
|
|
2010-07-09 20:10:43 +00:00
|
|
|
#zotero-view-tabbox > tabs > tab > hbox > .tab-icon {
|
2009-09-02 08:26:24 +00:00
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
2012-02-10 06:38:01 +00:00
|
|
|
#zotero-pane #zotero-view-tabbox > tabs > tab {
|
2012-01-25 08:09:49 +00:00
|
|
|
-moz-box-orient: vertical;
|
|
|
|
-moz-box-align: center;
|
|
|
|
-moz-appearance: toolbarbutton;
|
|
|
|
text-align: center;
|
|
|
|
margin: 0;
|
2012-01-26 07:37:11 +00:00
|
|
|
padding: 3px 1px 3px 1px;
|
2012-01-25 08:09:49 +00:00
|
|
|
}
|
|
|
|
|
2012-02-10 06:38:01 +00:00
|
|
|
#zotero-pane #zotero-view-tabbox > tabs > tab > hbox .tab-text {
|
2012-01-25 08:26:10 +00:00
|
|
|
font-size: 11px;
|
|
|
|
font-weight: bold;
|
2012-01-26 07:37:11 +00:00
|
|
|
margin: 2px 7px 2px 9px !important;
|
2012-01-25 08:09:49 +00:00
|
|
|
text-shadow: 0 1px rgba(255, 255, 255, .4);
|
|
|
|
}
|
|
|
|
|
2012-01-25 08:18:17 +00:00
|
|
|
/* This seems to be necessary to center the tabs. Not sure why. */
|
2012-02-10 06:38:01 +00:00
|
|
|
#zotero-pane #zotero-view-tabbox > tabs > tab:last-of-type > hbox .tab-text {
|
2012-01-26 07:37:11 +00:00
|
|
|
margin: 2px 9px 2px 9px !important;
|
2012-01-25 08:18:17 +00:00
|
|
|
}
|
|
|
|
|
2012-02-10 06:38:01 +00:00
|
|
|
#zotero-pane #zotero-view-tabbox > tabs > tab[selected=true] > hbox .tab-text {
|
2012-01-25 08:09:49 +00:00
|
|
|
color: #FFF !important;
|
|
|
|
text-shadow: rgba(0, 0, 0, 0.4) 0 1px;
|
|
|
|
}
|
|
|
|
|
2009-09-02 08:26:24 +00:00
|
|
|
#zotero-collections-tree {
|
|
|
|
-moz-appearance: none;
|
|
|
|
border: none;
|
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
|
|
|
min-height: 5.2em;
|
|
|
|
background-color: #d2d8e2;
|
|
|
|
}
|
|
|
|
|
2011-02-12 19:56:13 +00:00
|
|
|
#zotero-collections-tree:-moz-window-inactive {
|
|
|
|
background-color: rgb(232, 232, 232);
|
|
|
|
}
|
|
|
|
|
2009-09-02 08:26:24 +00:00
|
|
|
#zotero-collections-tree treechildren::-moz-tree-row {
|
2011-06-07 06:26:12 +00:00
|
|
|
background-color: transparent;
|
|
|
|
border-color: transparent;
|
|
|
|
}
|
|
|
|
|
|
|
|
#zotero-collections-tree treechildren::-moz-tree-cell(selected) {
|
|
|
|
background: -moz-linear-gradient(top, #A0B0CF, #7386AB) repeat-x;
|
|
|
|
border-top: 1px solid #94A1C0;
|
2009-09-02 08:26:24 +00:00
|
|
|
}
|
|
|
|
|
2011-06-07 06:26:12 +00:00
|
|
|
#zotero-collections-tree:-moz-window-inactive treechildren::-moz-tree-cell(selected) {
|
|
|
|
background: -moz-linear-gradient(top, #B4B4B4, #8A8A8A) repeat-x;
|
|
|
|
border-top: 1px solid #979797;
|
2009-09-02 08:26:24 +00:00
|
|
|
}
|
|
|
|
|
2011-06-07 06:26:12 +00:00
|
|
|
#zotero-collections-tree treechildren::-moz-tree-cell(selected, focus) {
|
|
|
|
background: -moz-linear-gradient(top, #6494D4, #2559AC) repeat-x;
|
|
|
|
border-top: 1px solid #5382C5;
|
2009-09-02 08:26:24 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
#zotero-collections-tree treechildren::-moz-tree-cell-text(selected) {
|
|
|
|
font-weight: bold !important;
|
|
|
|
color: #ffffff !important;
|
|
|
|
}
|
|
|
|
|
2011-06-07 06:26:12 +00:00
|
|
|
#zotero-collections-tree treechildren::-moz-tree-twisty(selected) {
|
2014-04-28 07:52:18 +00:00
|
|
|
list-style-image: url("chrome://zotero/skin/mac/twisty-selected.svg");
|
2011-06-07 06:26:12 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
#zotero-collections-tree treechildren::-moz-tree-twisty(selected, open) {
|
2014-04-28 07:52:18 +00:00
|
|
|
list-style-image: url("chrome://zotero/skin/mac/twisty-selected-open.svg");
|
2011-06-07 06:26:12 +00:00
|
|
|
}
|
|
|
|
|
2017-01-12 07:16:30 +00:00
|
|
|
#zotero-collections-splitter:not([state=collapsed]),
|
|
|
|
#zotero-items-splitter:not([state=collapsed])[orient=horizontal]
|
2009-09-02 08:26:24 +00:00
|
|
|
{
|
|
|
|
-moz-appearance: none;
|
2017-01-12 07:16:30 +00:00
|
|
|
border-inline-start: 1px solid #bdbdbd;
|
|
|
|
margin-inline-end: -4px;
|
|
|
|
width: 5px !important;
|
|
|
|
min-width: 5px;
|
|
|
|
position: relative;
|
|
|
|
background-image: none;
|
2016-05-28 00:57:29 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
#zotero-items-splitter[orient=vertical]
|
|
|
|
{
|
2017-01-12 07:16:30 +00:00
|
|
|
-moz-border-start: none !important;
|
|
|
|
-moz-border-end: none !important;
|
|
|
|
background-color: #bdbdbd !important;
|
2016-05-28 00:57:29 +00:00
|
|
|
max-height: 1px !important;
|
|
|
|
min-height: 1px !important;
|
|
|
|
height: 1px !important;
|
2009-09-02 08:26:24 +00:00
|
|
|
}
|
|
|
|
|
2017-01-12 07:16:30 +00:00
|
|
|
#zotero-collections-splitter:not([state=collapsed]) > grippy,
|
|
|
|
#zotero-items-splitter:not([state=collapsed]) > grippy
|
|
|
|
{
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
2015-02-24 00:48:28 +00:00
|
|
|
#zotero-collections-splitter[state=collapsed], #zotero-items-splitter[state=collapsed] {
|
|
|
|
border: 0 solid #d6d6d6 !important;
|
2016-05-28 00:57:29 +00:00
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
#zotero-collections-splitter[state=collapsed], #zotero-items-splitter[state=collapsed][orient=horizontal]
|
|
|
|
{
|
|
|
|
background-image: url("chrome://zotero/skin/mac/vsplitter.png");
|
|
|
|
background-repeat: repeat-y;
|
2009-09-02 08:26:24 +00:00
|
|
|
max-width: 8px !important;
|
|
|
|
min-width: 8px !important;
|
|
|
|
width: 8px !important;
|
2016-05-28 00:57:29 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
#zotero-items-splitter[state=collapsed][orient=vertical]
|
|
|
|
{
|
|
|
|
background-image: url("chrome://zotero/skin/mac/hsplitter.png");
|
|
|
|
background-repeat: repeat-x;
|
|
|
|
max-height: 8px !important;
|
|
|
|
min-height: 8px !important;
|
|
|
|
height: 8px !important;
|
2009-09-02 08:26:24 +00:00
|
|
|
}
|
|
|
|
|
2015-02-24 00:48:28 +00:00
|
|
|
#zotero-collections-splitter[state=collapsed] {
|
|
|
|
border-right-width: 1px !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
#zotero-items-splitter[state=collapsed] {
|
|
|
|
border-left-width: 1px !important;
|
|
|
|
}
|
|
|
|
|
2015-01-04 11:47:41 +00:00
|
|
|
#zotero-collections-splitter[state=collapsed] > grippy, #zotero-items-splitter[state=collapsed] > grippy
|
2009-09-02 08:26:24 +00:00
|
|
|
{
|
|
|
|
-moz-appearance: none;
|
2017-12-01 18:09:06 +00:00
|
|
|
background: url(chrome://zotero/skin/mac/vgrippy.png) center/auto 8px no-repeat;
|
2009-09-02 08:26:24 +00:00
|
|
|
width: 8px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#zotero-tags-splitter
|
|
|
|
{
|
|
|
|
-moz-appearance: none;
|
|
|
|
border-top: 1px;
|
|
|
|
border-bottom: 1px;
|
|
|
|
border-color: #A5A5A5;
|
|
|
|
height: 8px;
|
|
|
|
background-image: url("chrome://zotero/skin/mac/hsplitter.png") !important;
|
|
|
|
background-repeat: repeat-x;
|
2010-08-27 19:16:29 +00:00
|
|
|
padding: 0;
|
2009-09-02 08:26:24 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
#zotero-tags-splitter > grippy
|
|
|
|
{
|
|
|
|
-moz-appearance: none;
|
2017-12-01 18:09:06 +00:00
|
|
|
background: url(chrome://zotero/skin/mac/hgrippy.png) center/auto 8px no-repeat;
|
2009-09-02 08:26:24 +00:00
|
|
|
height: 8px;
|
|
|
|
}
|
|
|
|
|
2015-01-04 11:47:41 +00:00
|
|
|
#zotero-tags-splitter > grippy:hover, #zotero-collections-splitter > grippy:hover, #zotero-items-splitter > grippy:hover
|
2009-09-02 08:26:24 +00:00
|
|
|
{
|
|
|
|
background-color:transparent;
|
|
|
|
}
|
|
|
|
|
|
|
|
#zotero-items-tree
|
|
|
|
{
|
|
|
|
-moz-appearance: none;
|
|
|
|
border: none;
|
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
#zotero-items-tree treechildren::-moz-tree-cell,
|
|
|
|
#zotero-items-tree treechildren::-moz-tree-column {
|
|
|
|
border-right: 1px solid #d7dad7;
|
2011-01-24 10:29:36 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
treechildren::-moz-tree-twisty {
|
|
|
|
-moz-appearance: none;
|
2014-04-28 07:52:18 +00:00
|
|
|
width: 16px;
|
|
|
|
height: 16px;
|
|
|
|
list-style-image: url("chrome://zotero/skin/mac/twisty.svg");
|
2011-01-24 10:29:36 +00:00
|
|
|
-moz-padding-start: 5px;
|
|
|
|
-moz-padding-end: 6px;
|
|
|
|
}
|
|
|
|
|
|
|
|
treechildren::-moz-tree-twisty(open) {
|
|
|
|
-moz-appearance: none;
|
2014-04-28 07:52:18 +00:00
|
|
|
width: 16px;
|
|
|
|
height: 16px;
|
|
|
|
list-style-image: url("chrome://zotero/skin/mac/twisty-open.svg");
|
2011-01-24 10:29:36 +00:00
|
|
|
-moz-padding-start: 4px;
|
|
|
|
-moz-padding-end: 7px;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* 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
|
|
|
}
|
|
|
|
|
|
|
|
#zotero-tb-advanced-search
|
|
|
|
{
|
|
|
|
list-style-image: url('chrome://zotero/skin/mac/toolbar-advanced-search.png');
|
|
|
|
}
|
|
|
|
|
|
|
|
#zotero-tb-note-add
|
|
|
|
{
|
|
|
|
list-style-image: url('chrome://zotero/skin/mac/toolbar-note-add.png');
|
|
|
|
}
|
|
|
|
|
|
|
|
#zotero-tb-actions-menu
|
|
|
|
{
|
|
|
|
list-style-image: url('chrome://zotero/skin/mac/cog.png');
|
2013-04-14 05:47:05 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
#zotero-collectionmenu > .menuitem-iconic, #zotero-itemmenu > .menuitem-iconic, #zotero-collectionmenu > .menu-iconic, #zotero-itemmenu > .menu-iconic {
|
|
|
|
padding-top: 0px !important;
|
|
|
|
padding-bottom: 2px !important;
|
|
|
|
list-style-image: none !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
#zotero-collectionmenu > .menuitem-iconic > .menu-iconic-left, #zotero-itemmenu > .menuitem-iconic > .menu-iconic-left, #zotero-collectionmenu > .menu-iconic > .menu-iconic-left, #zotero-itemmenu > .menu-iconic > .menu-iconic-left {
|
|
|
|
display: none;
|
2017-10-18 00:36:49 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
/* BEGIN 2X BLOCK -- DO NOT EDIT MANUALLY -- USE 2XIZE */
|
|
|
|
@media (min-resolution: 1.5dppx) {
|
|
|
|
.zotero-tb-button,.zotero-tb-button:first-child,.zotero-tb-button:last-child { background: url("chrome://zotero/skin/mac/menubutton-end@2x.png") right center/auto 24px no-repeat; }
|
|
|
|
.zotero-tb-button > .toolbarbutton-icon { background: url("chrome://zotero/skin/mac/menubutton-start@2x.png") left center/auto 24px no-repeat; }
|
|
|
|
.zotero-tb-button:-moz-window-inactive > .toolbarbutton-icon { background: url("chrome://zotero/skin/mac/menubutton-start-inactive-window@2x.png") left center/auto 24px no-repeat; }
|
|
|
|
.zotero-tb-button:-moz-window-inactive,.zotero-tb-button:-moz-window-inactive:first-child,.zotero-tb-button:-moz-window-inactive:last-child { background: url("chrome://zotero/skin/mac/menubutton-end-inactive-window@2x.png") right center/auto 24px no-repeat; }
|
|
|
|
.zotero-tb-button[open="true"],.zotero-tb-button:not([disabled="true"]):hover:active { background: url("chrome://zotero/skin/mac/menubutton-end-pressed@2x.png") right center/auto 24px no-repeat; }
|
|
|
|
.zotero-tb-button[open="true"] > .toolbarbutton-icon,.zotero-tb-button:not([disabled="true"]):hover:active > .toolbarbutton-icon { background: url("chrome://zotero/skin/mac/menubutton-start-pressed@2x.png") left center/auto 24px no-repeat; }
|
2017-12-01 18:09:06 +00:00
|
|
|
#zotero-collections-splitter[state=collapsed] > grippy, #zotero-items-splitter[state=collapsed] > grippy { background: url(chrome://zotero/skin/mac/vgrippy@2x.png) center/auto 8px no-repeat; }
|
|
|
|
#zotero-tags-splitter > grippy { background: url(chrome://zotero/skin/mac/hgrippy@2x.png) center/auto 8px no-repeat; }
|
2017-10-18 00:36:49 +00:00
|
|
|
#zotero-tb-advanced-search { list-style-image: url('chrome://zotero/skin/mac/toolbar-advanced-search@2x.png'); }
|
|
|
|
#zotero-tb-note-add { list-style-image: url('chrome://zotero/skin/mac/toolbar-note-add@2x.png'); }
|
|
|
|
}
|