LP2000482 Angular 15 and Bootstrap 5 upgrade
[evergreen-equinox.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   padding: 0;
12 }
13
14 :host .popover-body .menu-entry {
15   white-space: nowrap;
16 }
17
18 :host .popover-body .menu-entry:hover {
19   background-color: #f8f9fa; /* bootstrap color */
20 }
21