121 lines
2 KiB
CSS
121 lines
2 KiB
CSS
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
|
|
@namespace html url("http://www.w3.org/1999/xhtml");
|
|
|
|
#tb-new {
|
|
list-style-image: url('chrome://scaffold/skin/new.png');
|
|
}
|
|
|
|
#tb-load {
|
|
list-style-image: url('chrome://scaffold/skin/load.png');
|
|
}
|
|
|
|
#tb-save {
|
|
list-style-image: url('chrome://scaffold/skin/save.png');
|
|
}
|
|
|
|
#tb-saveToZotero {
|
|
list-style-image: url('chrome://scaffold/skin/saveToZotero.png');
|
|
}
|
|
|
|
#tb-template {
|
|
list-style-image: url('chrome://scaffold/skin/add.png');
|
|
}
|
|
|
|
#tb-import {
|
|
list-style-image: url('chrome://scaffold/skin/import.png');
|
|
}
|
|
|
|
#tb-export {
|
|
list-style-image: url('chrome://scaffold/skin/export.png');
|
|
}
|
|
|
|
#tb-copy {
|
|
list-style-image: url('chrome://scaffold/skin/copy.png');
|
|
}
|
|
|
|
#tb-detect {
|
|
list-style-image: url('chrome://scaffold/skin/detectWeb.png');
|
|
}
|
|
|
|
#tb-do {
|
|
list-style-image: url('chrome://scaffold/skin/doWeb.png');
|
|
}
|
|
|
|
#tb-setTranslatorsDir {
|
|
list-style-image: url('chrome://scaffold/skin/setTranslatorsDir.png');
|
|
}
|
|
|
|
#tb-fields {
|
|
list-style-image: url('chrome://scaffold/skin/fields.png');
|
|
}
|
|
|
|
#tb-template {
|
|
list-style-image: url('chrome://scaffold/skin/add.png');
|
|
}
|
|
|
|
#tabpanel-metadata textbox {
|
|
height:2em;
|
|
}
|
|
|
|
#tabpanel-metadata hbox, #hbox-testFrame {
|
|
-moz-box-align: center;
|
|
}
|
|
|
|
#output {
|
|
height:200px;
|
|
}
|
|
|
|
listbox {
|
|
min-width:200px;
|
|
}
|
|
|
|
#zotero-toolbar {
|
|
border-top: .5px solid darkgray;
|
|
margin-bottom: 3px;
|
|
}
|
|
|
|
#zotero-toolbar.toolbar-scaffold-small {
|
|
-moz-appearance: none !important;
|
|
padding: 3px;
|
|
}
|
|
|
|
#zotero-toolbar.toolbar-scaffold-small .toolbarbutton-icon {
|
|
max-width: 16px;
|
|
}
|
|
|
|
#zotero-toolbar toolbarseparator {
|
|
height: 18px;
|
|
}
|
|
|
|
browser {
|
|
background: white;
|
|
}
|
|
|
|
vbox > splitter {
|
|
cursor: row-resize;
|
|
}
|
|
|
|
listbox[disabled], toolbarbutton[disabled] {
|
|
opacity: 0.6;
|
|
pointer-events: none;
|
|
}
|
|
|
|
dialog listbox > listitem[disabled] {
|
|
font-weight: 600;
|
|
}
|
|
|
|
#left-tabbox {
|
|
margin-top: 5px;
|
|
}
|
|
|
|
#checkboxes-translatorType checkbox {
|
|
margin-right: 10px;
|
|
}
|
|
|
|
#tabpanel-metadata label:first-child {
|
|
text-align: right;
|
|
}
|
|
|
|
.listcol-testMessage {
|
|
width: 200px;
|
|
}
|