Unable to distinguish disabled input fields (#32981).

Patch by Hirokazu Onozato.


git-svn-id: http://svn.redmine.org/redmine/trunk@19519 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Go MAEDA
2020-02-18 01:50:08 +00:00
parent 184c0fcbdd
commit 270d44cf04

View File

@@ -423,6 +423,7 @@ span.add_attachment a {padding-left:16px; background: url(../images/bullet_add.p
input:disabled, select:disabled, textarea:disabled {
cursor: not-allowed;
color: graytext;
background-color: #ebebe4;
}