]> source.dussan.org Git - redmine.git/commitdiff
Use absolute URL (propshaft default format) for images in application.css from classi...
authorMarius Balteanu <marius.balteanu@zitec.com>
Mon, 29 Jan 2024 01:28:00 +0000 (01:28 +0000)
committerMarius Balteanu <marius.balteanu@zitec.com>
Mon, 29 Jan 2024 01:28:00 +0000 (01:28 +0000)
git-svn-id: https://svn.redmine.org/redmine/trunk@22662 e93f8b46-1217-0410-a6f0-8f06a7374b81

public/themes/classic/stylesheets/application.css

index 64ebb11c10098dbf9c708cda21b3e05e7dcbf735..9227735993641f7b1dc6440024174dcef5bf182c 100644 (file)
@@ -59,8 +59,8 @@ h4 { border-bottom: dotted 1px #c0c0c0; }
     padding-bottom: 3px;
 }
 
-#top-menu a.home { background-image: url(../images/home.png); }
-#top-menu a.my-page { background-image: url(../../../images/user.png); }
-#top-menu a.projects { background-image: url(../../../images/projects.png); }
-#top-menu a.administration { background-image: url(../images/wrench.png); }
-#top-menu a.help { background-image: url(../../../images/help.png); }
+#top-menu a.home { background-image: url(/themes/classic/home.png); }
+#top-menu a.my-page { background-image: url(/user.png); }
+#top-menu a.projects { background-image: url(/projects.png); }
+#top-menu a.administration { background-image: url(/themes/classic/wrench.png); }
+#top-menu a.help { background-image: url(/help.png); }