webstaff: CSS for disabled anchor <a> elements
authorJason Etheridge <jason@equinoxinitiative.org>
Thu, 15 Jun 2017 15:29:59 +0000 (11:29 -0400)
committerMike Rylander <mrylander@gmail.com>
Fri, 30 Jun 2017 15:26:58 +0000 (11:26 -0400)
Don't let bootstrap override the grey color (for example, when using dropdown-menu)

Signed-off-by: Jason Etheridge <jason@equinoxinitiative.org>
Signed-off-by: Mike Rylander <mrylander@gmail.com>

Open-ILS/src/templates/staff/css/style.css.tt2

index bfde500..9aa3eda 100644 (file)
@@ -94,7 +94,7 @@
 a.disabled {
   pointer-events: none;
   cursor: default;
-  color: #888;
+  color: #888 !important;
 }
 
 #splash-nav .panel-body div {