Skip to content

Commit 1ee9f42

Browse files
author
vogelor
committed
Fixed a error in the icon64 - template
1 parent 4602a7b commit 1ee9f42

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

interface/web/themes/default_64_navimg/css/additional.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,11 +50,11 @@
5050
}
5151

5252
.topnav-domain {
53-
background-image: url('../../icons/x64/domain.png') !important;
53+
background-image: url('/themes/default/icons/x64/domain.png') !important;
5454
}
5555

5656
.topnav-dashboard {
57-
background-image: url('../../icons/x64/dashboard.png') !important;
57+
background-image: url('/themes/default/icons/x64/dashboard.png') !important;
5858
}
5959

6060
}

0 commit comments

Comments
 (0)