diff options
author | Go MAEDA <maeda@farend.jp> | 2019-09-04 23:57:43 +0000 |
---|---|---|
committer | Go MAEDA <maeda@farend.jp> | 2019-09-04 23:57:43 +0000 |
commit | e96c4c4a2e65a59a0ed72c7fb1f9859bef7eef5e (patch) | |
tree | dbf829bd312f1bbaef563709dfbfeb692df6a37f /public | |
parent | 3432357a456ddc7361505d297a632cd652076921 (diff) | |
download | redmine-e96c4c4a2e65a59a0ed72c7fb1f9859bef7eef5e.tar.gz redmine-e96c4c4a2e65a59a0ed72c7fb1f9859bef7eef5e.zip |
Broken JavaScript icon in the repository view (#32012).
Patch by Antonio McDeal.
git-svn-id: http://svn.redmine.org/redmine/trunk@18428 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'public')
-rw-r--r-- | public/stylesheets/application.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/public/stylesheets/application.css b/public/stylesheets/application.css index 7a9c6497d..65ae5db99 100644 --- a/public/stylesheets/application.css +++ b/public/stylesheets/application.css @@ -1524,7 +1524,7 @@ td.gantt_selected_column .gantt_hdr,.gantt_selected_column_container { .icon-file.text-x-c { background-image: url(../images/files/c.png); } .icon-file.text-x-csharp { background-image: url(../images/files/csharp.png); } .icon-file.text-x-java { background-image: url(../images/files/java.png); } -.icon-file.text-x-javascript { background-image: url(../images/files/js.png); } +.icon-file.application-javascript { background-image: url(../images/files/js.png); } .icon-file.text-x-php { background-image: url(../images/files/php.png); } .icon-file.text-x-ruby { background-image: url(../images/files/ruby.png); } .icon-file.text-xml { background-image: url(../images/files/xml.png); } |