Drupal: Modified CSS remove strikethrough, change cursor and color, for disabled submit text-link/buttons.

Part of: https://dev.gridrepublic.org/browse/DBOINCP-469
This commit is contained in:
Shawn Kwang 2019-03-01 11:19:14 -06:00
parent b794796ecd
commit 50caedd69d
1 changed files with 3 additions and 2 deletions

View File

@ -207,8 +207,9 @@ form ul.tab-list {
/* Form submit 'disabled' with javascript.*/
.form-submit[disabled] {
color: #888888;
text-decoration: line-through;
color: #fccf9c;
text-decoration: none;
cursor: not-allowed;
}
.container-inline div,