diff --git a/themes/darkblue_orange/css/theme_right.css.php b/themes/darkblue_orange/css/theme_right.css.php index b7ecd8505..68953023d 100644 --- a/themes/darkblue_orange/css/theme_right.css.php +++ b/themes/darkblue_orange/css/theme_right.css.php @@ -602,7 +602,7 @@ a.tab:hover, /* disabled drop/empty tabs */ span.tab, span.tabcaution { - cursor: url(themes/darkblue_orange/img/error.ico), url(../themes/darkblue_orange/img/error.ico), default; + cursor: url(../themes/darkblue_orange/img/error.ico), default; } /* end topmenu */ diff --git a/themes/original/css/theme_right.css.php b/themes/original/css/theme_right.css.php index 213f2feaa..ac5755620 100644 --- a/themes/original/css/theme_right.css.php +++ b/themes/original/css/theme_right.css.php @@ -567,7 +567,7 @@ a.tab:hover, /* disabled drop/empty tabs */ span.tab, span.tabcaution { - cursor: url(themes/original/img/error.ico), url(../themes/original/img/error.ico), default; + cursor: url(../themes/original/img/error.ico), default; } /* end topmenu */