[NIFI-2248] update disable toolbox component style. This closes #640

This commit is contained in:
Scott Aslan 2016-07-13 09:31:30 -04:00 committed by Matt Gilman
parent 7db728d219
commit 252bfb5c31
1 changed files with 1 additions and 1 deletions

View File

@ -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%*/
}