PINES Cust: Make offline interface alerts bolder
authorTerran McCanna <tmccanna@georgialibraries.org>
Sat, 5 Jan 2019 01:22:17 +0000 (20:22 -0500)
committerChris Sharp <csharp@georgialibraries.org>
Tue, 8 Jan 2019 21:21:10 +0000 (16:21 -0500)
This overwrites the bootstrap CSS just for the offline
circulation page alerts boxes.

Signed-off-by: Terran McCanna <tmccanna@georgialibraries.org>
Open-ILS/src/templates/staff/offline-interface.tt2

index 19995c8..60b57fd 100644 (file)
@@ -4,6 +4,15 @@
   ctx.page_app = "egOffline";
 %]
 
+<!-- PINES Customization: Make Alert boxes Bolder -->
+<style>
+    .alert-warning{
+      color:#000;
+      font-weight:bold;
+      background-color:#fcf8e3;
+      border:2px solid red;
+    }
+</style>
 
 <script type="text/ng-template" id="offline-template">