]> git.evergreen-ils.org Git - Evergreen.git/blob - Open-ILS/src/eg2/src/app/staff/share/marc-edit/editable-content.component.css
LP 2061136 follow-up: ng lint --fix
[Evergreen.git] / Open-ILS / src / eg2 / src / app / staff / share / marc-edit / editable-content.component.css
1
2 div[contenteditable] {
3    /* provide plenty of input space */
4    min-width: 2em;
5    /* match BS form-control border color */
6    border: 1px solid rgb(206, 212, 218);
7 }
8
9 .sf-delimiter {
10   /* match angjs color */
11   color: rgb(0, 0, 255)!important;
12   /* snuggle up to my subfield code */
13   margin-right: -0.5rem;
14 }
15
16 .sf-code {
17   /* match angjs color */
18   color: rgb(0, 0, 255)!important;
19 }
20
21 .auth-invalid {
22   color: rgb(255, 0, 0)!important;
23 }
24