Repository: nifi Updated Branches: refs/heads/master 7db728d21 -> 252bfb5c3
[NIFI-2248] update disable toolbox component style. This closes #640 Project: http://git-wip-us.apache.org/repos/asf/nifi/repo Commit: http://git-wip-us.apache.org/repos/asf/nifi/commit/252bfb5c Tree: http://git-wip-us.apache.org/repos/asf/nifi/tree/252bfb5c Diff: http://git-wip-us.apache.org/repos/asf/nifi/diff/252bfb5c Branch: refs/heads/master Commit: 252bfb5c3168a17fbbadffa0101f3e0ae3416253 Parents: 7db728d Author: Scott Aslan <[email protected]> Authored: Wed Jul 13 09:31:30 2016 -0400 Committer: Matt Gilman <[email protected]> Committed: Wed Jul 13 14:29:31 2016 -0400 ---------------------------------------------------------------------- .../nifi-web/nifi-web-ui/src/main/webapp/css/main.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/nifi/blob/252bfb5c/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/css/main.css ---------------------------------------------------------------------- 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 2a0eadd..024b497 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%*/ }
