From 6bc537fe43d0759e120a2acb8fe1df2931875518 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Sun, 11 Dec 2005 20:24:21 +0000 Subject: [PATCH] This hack should not be needed without base href= --- themes/darkblue_orange/css/theme_right.css.php | 2 +- themes/original/css/theme_right.css.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 */