LPXXX MARC enriched editor FF
authorBill Erickson <berickxx@gmail.com>
Fri, 15 Nov 2019 17:20:35 +0000 (12:20 -0500)
committerBill Erickson <berickxx@gmail.com>
Fri, 6 Dec 2019 15:36:13 +0000 (10:36 -0500)
Signed-off-by: Bill Erickson <berickxx@gmail.com>
Open-ILS/src/eg2/src/app/staff/share/marc-edit/fixed-field.component.css

index 59a5e7e..88b31f2 100644 (file)
@@ -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 */
 }