From: Bill Erickson Date: Fri, 15 Nov 2019 17:20:35 +0000 (-0500) Subject: LPXXX MARC enriched editor FF X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=df7a348c18b4f342fd78d5651c50ab296c5a8a2f;p=working%2FEvergreen.git LPXXX MARC enriched editor FF Signed-off-by: Bill Erickson --- diff --git a/Open-ILS/src/eg2/src/app/staff/share/marc-edit/fixed-field.component.css b/Open-ILS/src/eg2/src/app/staff/share/marc-edit/fixed-field.component.css index 59a5e7e4d9..88b31f275a 100644 --- a/Open-ILS/src/eg2/src/app/staff/share/marc-edit/fixed-field.component.css +++ b/Open-ILS/src/eg2/src/app/staff/share/marc-edit/fixed-field.component.css @@ -1,7 +1,6 @@ :host >>> .popover { - font-family: monospace; - font-size: 120%; + font-family: 'Lucida Console', Monaco, monospace; max-width: 550px; } @@ -16,6 +15,6 @@ } :host >>> .popover-body .menu-entry:hover { - background-color: lightgrey; + background-color: #f8f9fa; /* bootstrap color */ }