]> git.evergreen-ils.org Git - Evergreen.git/blob - Open-ILS/src/eg2/src/app/staff/share/marc-edit/fixed-field.component.css
LP1615805 No inputs after submit in patron search (AngularJS)
[Evergreen.git] / Open-ILS / src / eg2 / src / app / staff / share / marc-edit / fixed-field.component.css
1
2 :host >>> .popover {
3   font-family: 'Lucida Console', Monaco, monospace;
4   max-width: 550px;
5 }
6
7 :host >>> .popover-body {
8   max-height: 400px;
9   overflow-y: auto;
10   overflow-x: auto;
11 }
12
13 :host >>> .popover-body .menu-entry {
14   white-space: nowrap;
15 }
16
17 :host >>> .popover-body .menu-entry:hover {
18   background-color: #f8f9fa; /* bootstrap color */
19 }
20