From 481a575f5a7f204ea40e1cb95ac2859363721964 Mon Sep 17 00:00:00 2001 From: Go MAEDA Date: Thu, 5 Sep 2019 00:01:37 +0000 Subject: [PATCH] Merged r18428 from trunk to 4.0-stable (#32012). git-svn-id: http://svn.redmine.org/redmine/branches/4.0-stable@18429 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- public/stylesheets/application.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/application.css b/public/stylesheets/application.css index 2ddf8a67d..1fecda1b7 100644 --- a/public/stylesheets/application.css +++ b/public/stylesheets/application.css @@ -1369,7 +1369,7 @@ div.wiki img {vertical-align:middle; max-width:100%;} .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); } -- 2.39.5