1
0
mirror of https://github.com/meineerde/redmine.git synced 2026-01-31 19:47:14 +00:00

Use absolute URL (propshaft default format) for images in application.css from classic theme (#39111).

git-svn-id: https://svn.redmine.org/redmine/trunk@22662 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Marius Balteanu 2024-01-29 01:28:00 +00:00
parent d871f35105
commit 897c957a16

View 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); }