LP#1850547: eg-grid: use bolder styling for the 'Nothing to Display' message
authorGalen Charlton <gmc@equinoxinitiative.org>
Sat, 25 Jan 2020 13:16:19 +0000 (08:16 -0500)
committerBill Erickson <berickxx@gmail.com>
Thu, 3 Sep 2020 15:51:35 +0000 (11:51 -0400)
Sponsored-by: Evergreen Community Development Initiative
Sponsored-by: Georgia Public Library Service
Sponsored-by: Indiana State Library
Sponsored-by: C/W MARS

Signed-off-by: Galen Charlton <gmc@equinoxinitiative.org>
Signed-off-by: Tiffany Little <tlittle@georgialibraries.org>
Signed-off-by: Bill Erickson <berickxx@gmail.com>

Open-ILS/src/eg2/src/app/share/grid/grid.component.html

index 6301eec..5713d24 100644 (file)
@@ -26,7 +26,7 @@
         </div>
       </ng-container>
       <ng-container *ngIf="!dataSource.requestingData">
-        <div class="col-lg-12 text-center alert alert-light font-italic">
+        <div class="col-lg-12 text-center alert font-italic font-weight-bold">
           <span i18n>Nothing to Display</span>
         </div>
       </ng-container>