From 4bc2104dd27a02bb27f35dd2363277ced845159e Mon Sep 17 00:00:00 2001 From: Jason Etheridge Date: Thu, 15 Jun 2017 11:29:59 -0400 Subject: [PATCH] webstaff: CSS for disabled anchor elements Don't let bootstrap override the grey color (for example, when using dropdown-menu) Signed-off-by: Jason Etheridge Signed-off-by: Mike Rylander --- Open-ILS/src/templates/staff/css/style.css.tt2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Open-ILS/src/templates/staff/css/style.css.tt2 b/Open-ILS/src/templates/staff/css/style.css.tt2 index bfde50081b..9aa3eda411 100644 --- a/Open-ILS/src/templates/staff/css/style.css.tt2 +++ b/Open-ILS/src/templates/staff/css/style.css.tt2 @@ -94,7 +94,7 @@ a.disabled { pointer-events: none; cursor: default; - color: #888; + color: #888 !important; } #splash-nav .panel-body div { -- 2.43.2