]> git.evergreen-ils.org Git - Evergreen.git/blob - Open-ILS/xul/staff_client/server/skin/circ.css
For backdating circs post-checkin in the Checkin interface, style the rows for the...
[Evergreen.git] / Open-ILS / xul / staff_client / server / skin / circ.css
1 @import url("circ_custom.css");
2
3 @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); 
4 @namespace html url("http://www.w3.org/TR/REC-html40"); 
5
6 treechildren::-moz-tree-row(refundable) {
7     background-color: pink;
8 }
9
10 treechildren::-moz-tree-row(backdate_failed) {
11     background-color: pink ! important;
12 }
13
14 treechildren::-moz-tree-row(backdate_succeeded) {
15     background-color: lightgreen ! important;
16 }
17
18 treechildren::-moz-tree-row(backdate_failed) {
19     background-color: pink ! important;
20 }
21
22 treechildren::-moz-tree-row(backdate_succeeded,selected) {
23     background-color: #900eff ! important;
24 }
25
26 treechildren::-moz-tree-row(backdate_failed,selected) {
27     background-color: #ffc0ff ! important;
28 }
29
30 .checkin_screen_normal { background-color: green; }
31 .checkin_screen_backdating { background-color: red; }
32 .checkin_screen_do_not_alert_on_precat { }
33 .checkin_screen_suppress_holds_and_transits { }
34 .checkin_screen_amnesty_mode { }
35 .checkin_screen_checkin_auto_print_slips { }
36
37 #background-text { font-size: x-large; font-weight: bold; }
38 #do_not_alert_on_precat_indicator { background-color: -moz-dialog; color: -moz-dialog-text; font-size: large; font-weight: bold; }
39 #suppress_holds_and_transits_indicator { background-color: -moz-dialog; color: -moz-dialog-text; font-size: large; font-weight: bold; }
40 #amnesty_mode_indicator { border: thick solid white; background-color: red; color: white; font-size: large; font-weight: bold; padding: 10px; padding-bottom: 25px; margin: 10px; }
41 #checkin_auto_print_slips_indicator { background-color: -moz-dialog; color: -moz-dialog-text; font-size: large; font-weight: bold; }
42
43 .big_emphasis1 { font-weight: bold; font-size: x-large; }
44 .big_emphasis2 { font-weight: bold; font-size: large; }
45 .emphasis1 { font-weight: bold; }
46 .emphasis2 { font-weight: normal; }