vogelor
2010-05-10 1ee9f42d97038c92d953dce5922f2c6cc8634191
Fixed a error in the icon64 - template
1 files modified
4 ■■■■ changed files
interface/web/themes/default_64_navimg/css/additional.css 4 ●●●● patch | view | raw | blame | history
interface/web/themes/default_64_navimg/css/additional.css
@@ -50,11 +50,11 @@
    }
    .topnav-domain {
        background-image: url('../../icons/x64/domain.png') !important;
        background-image: url('/themes/default/icons/x64/domain.png') !important;
    }
    .topnav-dashboard {
        background-image: url('../../icons/x64/dashboard.png') !important;
        background-image: url('/themes/default/icons/x64/dashboard.png') !important;
    }
}