diff options
author | Go MAEDA <maeda@farend.jp> | 2020-02-19 15:45:30 +0000 |
---|---|---|
committer | Go MAEDA <maeda@farend.jp> | 2020-02-19 15:45:30 +0000 |
commit | b45008082e06eb84937d06419dc6c1428c2400e6 (patch) | |
tree | cbcb5820796cfeab013da18dc2c94ee2bf51f2b1 /public | |
parent | cb865710ec5f0ee05c469030df58ad107ce178c3 (diff) | |
download | redmine-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.css | 1 |
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; } |