]> git.evergreen-ils.org Git - Evergreen.git/blob - Open-ILS/src/eg2/src/app/staff/acq/lineitem/lineitem-list.component.css
LP1929741 ACQ Selection List & PO Angluar Port
[Evergreen.git] / Open-ILS / src / eg2 / src / app / staff / acq / lineitem / lineitem-list.component.css
1
2 .jacket-wrapper {
3   width: 70px;
4 }
5 .jacket {
6   width: 65px;
7 }
8
9 input[type="text"].form-control-sm { border-width: 1px; }
10
11 .toolbar .form-check-label {
12   font-size: 115%;
13 }
14
15 .batch-copy-row:nth-child(even) {
16   background-color: rgba(0,0,0,.03);
17 }
18
19 /* Kind of hacky -- only way to get a toolbar button with no 
20  * mat icon to line up horizontally with mat icon buttons */
21 .toolbar .text-button {
22   padding-top: 11px;
23   padding-bottom: 11px;
24 }
25
26
27 .li-state-new { background-color: #FFFFEE; }
28 .li-state-selector-ready { background-color: #FFEEEE; }
29 .li-state-order-ready { background-color: #EEEEEE; }
30 .li-state-pending-order { background-color: #EEEEDD; }
31 .li-state-on-order { background-color: #EEDDDD; }
32 .li-state-received { background-color: #DDDDDD; }
33 .li-state-delayed { background-color: #99CCFF; }