From df7a348c18b4f342fd78d5651c50ab296c5a8a2f Mon Sep 17 00:00:00 2001 From: Bill Erickson Date: Fri, 15 Nov 2019 12:20:35 -0500 Subject: [PATCH] LPXXX MARC enriched editor FF Signed-off-by: Bill Erickson --- .../src/eg2/src/app/staff/share/marc-edit/fixed-field.component.css | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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 */ } -- 2.11.0