2015-02-22 22:48:36 +00:00
|
|
|
|
/*
|
2015-02-22 11:40:25 +00:00
|
|
|
|
As of Fx36, the built-in styles don't properly handle a menu-button within combined buttons.
|
|
|
|
|
*/
|
|
|
|
|
#zotero-toolbar-main-button[cui-areatype="toolbar"] {
|
2015-02-22 22:48:36 +00:00
|
|
|
|
margin-right: -1px !important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#zotero-toolbar-main-button[cui-areatype="toolbar"] .toolbarbutton-icon {
|
|
|
|
|
margin-left: 2px;
|
|
|
|
|
margin-right: -1px;
|
|
|
|
|
padding-left: 5px !important;
|
|
|
|
|
padding-right: 5px !important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#zotero-toolbar-save-button[cui-areatype="toolbar"] .toolbarbutton-icon {
|
|
|
|
|
padding-left: 6px !important;
|
|
|
|
|
padding-right: 6px !important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#zotero-toolbar-save-button[cui-areatype="toolbar"] > .toolbarbutton-menubutton-dropmarker .dropmarker-icon {
|
|
|
|
|
padding-left: 5px !important;
|
|
|
|
|
padding-right: 4px !important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#zotero-toolbar-save-button[cui-areatype="toolbar"] .toolbarbutton-menubutton-button {
|
|
|
|
|
margin-left: -2px !important;
|
2015-02-22 11:40:25 +00:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#zotero-toolbar-buttons[cui-areatype="toolbar"] > separator,
|
|
|
|
|
#zotero-toolbar-buttons[cui-areatype="toolbar"] > #zotero-toolbar-save-button > .toolbarbutton-menubutton-dropmarker::before {
|
|
|
|
|
width: 1px;
|
|
|
|
|
-moz-margin-end: -1px;
|
|
|
|
|
background-image: var(--toolbarbutton-combined-backgroundimage);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#zotero-toolbar-buttons[cui-areatype="toolbar"] > separator {
|
|
|
|
|
margin-top: 11px;
|
|
|
|
|
margin-bottom: 11px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#zotero-toolbar-buttons[cui-areatype="toolbar"]:hover > separator,
|
|
|
|
|
#zotero-toolbar-buttons[cui-areatype="toolbar"]:hover > #zotero-toolbar-save-button:not([disabled]) > .toolbarbutton-menubutton-dropmarker::before {
|
|
|
|
|
display: none;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#zotero-toolbar-buttons[cui-areatype="toolbar"]:hover > #zotero-toolbar-main-button .toolbarbutton-icon,
|
|
|
|
|
#zotero-toolbar-buttons[cui-areatype="toolbar"]:hover > #zotero-toolbar-save-button:not([disabled]) .toolbarbutton-icon,
|
|
|
|
|
#zotero-toolbar-buttons[cui-areatype="toolbar"]:hover > #zotero-toolbar-save-button:not([disabled]) .dropmarker-icon {
|
|
|
|
|
border-color: var(--toolbarbutton-hover-bordercolor) !important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#zotero-toolbar-buttons[cui-areatype="toolbar"]:hover > #zotero-toolbar-main-button:not(:active) .toolbarbutton-icon,
|
|
|
|
|
#zotero-toolbar-buttons[cui-areatype="toolbar"]:hover:not([disabled]) > #zotero-toolbar-save-button:not(:active) .toolbarbutton-icon,
|
|
|
|
|
#zotero-toolbar-buttons[cui-areatype="toolbar"]:hover:not([disabled]) > #zotero-toolbar-save-button:not(:active) .dropmarker-icon {
|
|
|
|
|
background: var(--toolbarbutton-hover-background);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#zotero-toolbar-buttons[cui-areatype="toolbar"]:hover > #zotero-toolbar-save-button .toolbarbutton-icon,
|
|
|
|
|
#zotero-toolbar-buttons[cui-areatype="toolbar"]:hover > #zotero-toolbar-save-button .dropmarker-icon {
|
|
|
|
|
box-shadow: none;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/*
|
|
|
|
|
There are two hover effects: when the toolbaritem is hovered over, and when the button is hovered over.
|
|
|
|
|
This applies the latter (and may not be right on different versions of Windows).
|
|
|
|
|
*/
|
|
|
|
|
#zotero-toolbar-buttons[cui-areatype="toolbar"] > #zotero-toolbar-main-button:hover:not(:active):not([disabled]) > .toolbarbutton-icon,
|
|
|
|
|
/*
|
|
|
|
|
The dropmarker doesn't honor :hover, so instead of showing the hover effect for each segment individually, do the
|
|
|
|
|
menu-button parts together, which at least looks like a choice.
|
|
|
|
|
*/
|
2015-02-22 22:48:36 +00:00
|
|
|
|
#zotero-toolbar-buttons[cui-areatype="toolbar"] > #zotero-toolbar-save-button:hover .toolbarbutton-menubutton-button .toolbarbutton-icon,
|
2015-02-22 11:40:25 +00:00
|
|
|
|
#zotero-toolbar-buttons[cui-areatype="toolbar"] > #zotero-toolbar-save-button:hover:not(:active):not([disabled]) .toolbarbutton-menubutton-dropmarker .dropmarker-icon {
|
|
|
|
|
background-color: hsla(210,48%,96%,.75) !important;
|
|
|
|
|
}
|
|
|
|
|
#zotero-toolbar-buttons[cui-areatype="toolbar"] > #zotero-toolbar-main-button:hover > .toolbarbutton-icon,
|
|
|
|
|
#zotero-toolbar-buttons[cui-areatype="toolbar"] > #zotero-toolbar-save-button:hover:not([disabled]) .toolbarbutton-menubutton-button .toolbarbutton-icon,
|
|
|
|
|
#zotero-toolbar-buttons[cui-areatype="toolbar"] > #zotero-toolbar-save-button:hover:not([disabled]) .toolbarbutton-menubutton-dropmarker .dropmarker-icon {
|
|
|
|
|
border-color: hsla(210,54%,20%,.3) hsla(210,54%,20%,.35) hsla(210,54%,20%,.4) !important;
|
|
|
|
|
box-shadow: 0 0 1px hsla(210,54%,20%,.03),
|
|
|
|
|
0 0 2px hsla(210,54%,20%,.1) !important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#zotero-toolbar-buttons[cui-areatype="toolbar"] > #zotero-toolbar-save-button:hover:active:not([open]):not([disabled]) .toolbarbutton-menubutton-button .toolbarbutton-icon,
|
|
|
|
|
#zotero-toolbar-buttons[cui-areatype="toolbar"] > #zotero-toolbar-save-button:hover[open]:not([disabled]) .toolbarbutton-menubutton-dropmarker .dropmarker-icon {
|
|
|
|
|
background: var(--toolbarbutton-active-background);
|
|
|
|
|
border-color: var(--toolbarbutton-active-bordercolor);
|
|
|
|
|
box-shadow: var(--toolbarbutton-active-boxshadow);
|
|
|
|
|
transition-duration: 10ms;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#zotero-toolbar-save-button[cui-areatype="toolbar"] > menupopup {
|
|
|
|
|
margin-top: -5px;
|
|
|
|
|
}
|
|
|
|
|
/* End toolbar buttons */
|
|
|
|
|
|
2011-04-25 15:29:09 +00:00
|
|
|
|
#zotero-tb-search-menu-button {
|
2011-06-07 05:47:58 +00:00
|
|
|
|
margin: 0 -1px 0 -4px;
|
|
|
|
|
border: 0;
|
|
|
|
|
background: transparent;
|
2011-06-07 06:00:36 +00:00
|
|
|
|
/* Mozilla file copied from chrome://browser/skin/mainwindow-dropdown-arrow.png
|
|
|
|
|
for availability in Standalone */
|
|
|
|
|
list-style-image: url("chrome://zotero/skin/win/mainwindow-dropdown-arrow.png");
|
2011-04-25 15:29:09 +00:00
|
|
|
|
-moz-image-region: rect(0, 13px, 11px, 0);
|
|
|
|
|
}
|
|
|
|
|
|
2011-06-07 05:47:58 +00:00
|
|
|
|
#zotero-tb-search-menu-button .button-menu-dropmarker {
|
|
|
|
|
display: none;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#zotero-tb-search-menu-button:hover:active,
|
|
|
|
|
#zotero-tb-search-menu-button[open="true"] {
|
|
|
|
|
-moz-image-region: rect(0, 26px, 11px, 13px);
|
|
|
|
|
}
|
|
|
|
|
|
2011-06-14 03:24:21 +00:00
|
|
|
|
#zotero-tb-search .textbox-search-icon {
|
|
|
|
|
visibility: hidden;
|
|
|
|
|
}
|
|
|
|
|
|
2012-12-11 20:16:40 +00:00
|
|
|
|
#zotero-tb-sync-error {
|
2013-04-11 08:30:51 +00:00
|
|
|
|
margin-right: 4px;
|
|
|
|
|
padding-top: 4px;
|
2010-03-17 07:59:43 +00:00
|
|
|
|
}
|
|
|
|
|
|
2010-02-02 21:31:19 +00:00
|
|
|
|
#zotero-tb-sync {
|
|
|
|
|
margin-right: 1px;
|
2011-06-14 03:24:21 +00:00
|
|
|
|
padding-top: 4px;
|
2010-02-02 21:31:19 +00:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#zotero-tb-fullscreen {
|
|
|
|
|
margin-left: 2px;
|
|
|
|
|
margin-right: 5px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#zotero-view-tabbox tab {
|
|
|
|
|
padding-left: .7em;
|
|
|
|
|
padding-right: .7em;
|
2011-08-11 23:37:18 +00:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#zotero-toolbar {
|
2012-02-02 01:05:28 +00:00
|
|
|
|
-moz-appearance: toolbox !important;
|
|
|
|
|
padding-left: 2px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#zotero-toolbar:-moz-system-metric(windows-compositor) {
|
2011-08-11 23:37:18 +00:00
|
|
|
|
-moz-appearance: none !important;
|
|
|
|
|
background-image: -moz-linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
|
|
|
|
|
background-color: rgb(207, 219, 236) !important;
|
|
|
|
|
border-width: 0 0 1px 0;
|
|
|
|
|
border-style: solid;
|
|
|
|
|
border-color: #818790;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#zotero-collections-tree, #zotero-items-tree, #zotero-view-item {
|
|
|
|
|
-moz-appearance: none;
|
|
|
|
|
border-style: solid;
|
|
|
|
|
border-color: #818790;
|
|
|
|
|
margin: 0;
|
|
|
|
|
padding: 0;
|
|
|
|
|
-moz-border-top-colors: none;
|
|
|
|
|
-moz-border-bottom-colors: none;
|
|
|
|
|
-moz-border-right-colors: none;
|
|
|
|
|
-moz-border-left-colors: none;
|
|
|
|
|
}
|
|
|
|
|
|
2013-11-07 08:07:18 +00:00
|
|
|
|
/* Undo tree row spacing change in Fx25 on Windows */
|
|
|
|
|
#zotero-collections-tree treechildren::-moz-tree-row,
|
|
|
|
|
#zotero-items-tree treechildren::-moz-tree-row,
|
|
|
|
|
#zotero-prefs treechildren::-moz-tree-row {
|
2013-11-08 07:57:09 +00:00
|
|
|
|
height: 1.6em;
|
2013-11-07 08:07:18 +00:00
|
|
|
|
}
|
|
|
|
|
|
2011-08-11 23:37:18 +00:00
|
|
|
|
#zotero-collections-tree {
|
|
|
|
|
border-width: 0 1px 1px 0;
|
|
|
|
|
}
|
|
|
|
|
|
2014-07-20 06:03:02 +00:00
|
|
|
|
/* Restore row highlighting on drag over, though I'm not sure how we're losing it to begin with. */
|
|
|
|
|
#zotero-collections-tree treechildren::-moz-tree-row(dropOn) {
|
|
|
|
|
background-color: Highlight;
|
|
|
|
|
}
|
|
|
|
|
|
2011-08-11 23:37:18 +00:00
|
|
|
|
#zotero-items-tree {
|
|
|
|
|
border-width: 0 1px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#zotero-view-item {
|
|
|
|
|
padding: 0 !important;
|
|
|
|
|
-moz-appearance: none;
|
2014-08-26 08:11:24 +00:00
|
|
|
|
background-color: -moz-field;
|
2011-08-11 23:37:18 +00:00
|
|
|
|
border-width: 1px 0 0 1px;
|
|
|
|
|
}
|
|
|
|
|
|
2012-02-02 01:45:35 +00:00
|
|
|
|
#zotero-view-tabbox > tabs {
|
2011-08-17 06:50:16 +00:00
|
|
|
|
margin-top: 2px;
|
2011-08-11 23:37:18 +00:00
|
|
|
|
}
|
|
|
|
|
|
2012-02-02 01:45:35 +00:00
|
|
|
|
#zotero-item-pane-groupbox {
|
|
|
|
|
-moz-appearance: none !important;
|
|
|
|
|
border-radius: 0;
|
|
|
|
|
border-width: 0 0 0 1px;
|
|
|
|
|
border-color: #818790;
|
|
|
|
|
border-style: solid;
|
|
|
|
|
}
|
|
|
|
|
|
2011-08-11 23:37:18 +00:00
|
|
|
|
#zotero-editpane-item-box > scrollbox, #zotero-view-item > tabpanel > vbox,
|
|
|
|
|
#zotero-editpane-tags > scrollbox, #zotero-editpane-related {
|
|
|
|
|
padding-top: 5px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#zotero-editpane-tags > scrollbox {
|
|
|
|
|
padding-left: 5px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#zotero-view-item > tabpanel > vbox {
|
|
|
|
|
padding-left: 5px;
|
2010-02-02 21:31:19 +00:00
|
|
|
|
}
|