LP#1775466 Grid header row styling
authorBill Erickson <berickxx@gmail.com>
Sat, 23 Jun 2018 16:04:12 +0000 (12:04 -0400)
committerBill Erickson <berickxx@gmail.com>
Wed, 5 Sep 2018 14:05:23 +0000 (10:05 -0400)
Signed-off-by: Bill Erickson <berickxx@gmail.com>
Open-ILS/src/eg2/src/app/share/grid/grid.component.css

index f652754..1496a8e 100644 (file)
@@ -12,6 +12,9 @@
 }
 
 .eg-grid-header-row {
+  /* matches bootstrap card-header css */
+  background-color: rgba(0,0,0,.03);
+  border-bottom: 1px solid rgba(0,0,0,.125);
 }
 
 .eg-grid-body {