]> git.evergreen-ils.org Git - Evergreen.git/blob - Open-ILS/xul/staff_client/server/skin/serial.css
LP 2061136 follow-up: ng lint --fix
[Evergreen.git] / Open-ILS / xul / staff_client / server / skin / serial.css
1 @import url("serial_custom.css");
2
3 @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
4 caption.top {
5     background-color: #00246b;
6     color: #ff6308;
7     font-size: 200%;
8     text-align: center;
9 }
10 label.receiving { width: 20em; text-align: right; }
11 #batch_receive_entry { padding-top: 10px; }
12 #entry_submitter { padding: 20px 0; }
13 menulist.cn { width: 12em; }
14 button[icon="remove"] { min-width: 2.5em; }
15 #enum_row_headings label { font-weight: bold; }
16 #chron_row_headings label { font-weight: bold; }
17 #calendar_change_row_headings label { font-weight: bold; }
18 description.step { font-style: italic; font-size: 110%; }
19 checkbox:focus:not([label]) .checkbox-label-box {
20     -moz-appearance: none;
21     border: none;
22 }
23 .padded_bottom { padding-bottom: 10px; }
24 groupbox {
25     -moz-appearance: none;
26 }
27 description#print_routing_desc { margin: 0; padding: 0 1em; }
28 #pattern_wizard_main > vbox { padding: 0.5em 0; }
29 #pattern_wizard_main { overflow: auto; }
30 treechildren::-moz-tree-row(makeItGray) {
31     background-color: #CCCCCC;
32 }
33 treechildren::-moz-tree-row(makeItGray, selected) {
34     background-color: #AAAAAA;
35 }
36 treechildren::-moz-tree-cell-text(crossItOut) {
37     text-decoration: line-through;
38 }