From 252bfb5c3168a17fbbadffa0101f3e0ae3416253 Mon Sep 17 00:00:00 2001 From: Scott Aslan Date: Wed, 13 Jul 2016 09:31:30 -0400 Subject: [PATCH] [NIFI-2248] update disable toolbox component style. This closes #640 --- .../nifi-web/nifi-web-ui/src/main/webapp/css/main.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/css/main.css b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/css/main.css index 2a0eadd57d..024b4977a6 100644 --- a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/css/main.css +++ b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/css/main.css @@ -506,7 +506,7 @@ button:hover { } button:disabled { - color: #CCDADB; /*tint link-color 80%*/ + color: #CCDADB !important; /*tint link-color 80%*/ cursor: not-allowed; border: 1px solid #CCDADB; /*tint link-color 80%*/ }