]> git.evergreen-ils.org Git - Evergreen.git/blob - Open-ILS/src/eg2/src/app/staff/catalog/record/holdings.component.css
LP#1823367 De-encapsulate holdings grid styles to fix row highlighting
[Evergreen.git] / Open-ILS / src / eg2 / src / app / staff / catalog / record / holdings.component.css
1 /*
2 .holdings-copy-row {
3 }
4 */
5
6 /* colors are based on "Evergreen Green", tinted and desaturated */
7
8 .holdings-volume-row {
9     background-color: #c9efe4;
10 }
11
12 .holdings-org-row {
13     color: rgba(0, 0, 0, .8);
14     background-color: #e1efeb;
15 }
16
17 /* Add additional classes for more deeply nested org unit hierarchies */
18 /* e.g.
19 .holdings-org-row-0 {}
20 .holdings-org-row-1 {}
21 */