summaryrefslogtreecommitdiffstats
path: root/public
diff options
context:
space:
mode:
authorGo MAEDA <maeda@farend.jp>2020-02-19 15:45:30 +0000
committerGo MAEDA <maeda@farend.jp>2020-02-19 15:45:30 +0000
commitb45008082e06eb84937d06419dc6c1428c2400e6 (patch)
treecbcb5820796cfeab013da18dc2c94ee2bf51f2b1 /public
parentcb865710ec5f0ee05c469030df58ad107ce178c3 (diff)
downloadredmine-b45008082e06eb84937d06419dc6c1428c2400e6.tar.gz
redmine-b45008082e06eb84937d06419dc6c1428c2400e6.zip
Merged r19519 from trunk to 4.1-stable (#32981).
git-svn-id: http://svn.redmine.org/redmine/branches/4.1-stable@19525 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'public')
-rw-r--r--public/stylesheets/application.css1
1 files changed, 1 insertions, 0 deletions
diff --git a/public/stylesheets/application.css b/public/stylesheets/application.css
index a687c6699..7412db2b8 100644
--- a/public/stylesheets/application.css
+++ b/public/stylesheets/application.css
@@ -421,6 +421,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;
}