mirror of https://github.com/BOINC/boinc.git
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:
parent
b794796ecd
commit
50caedd69d
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue