From 15884c9c1dba52ac0e574278a2ddc7415ac22e47 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Mon, 31 Oct 2005 14:03:00 +0000 Subject: [PATCH] Fix URL for cursor (bug #1342683). --- ChangeLog | 3 +++ themes/darkblue_orange/css/theme_right.css.php | 4 ++-- themes/original/css/theme_right.css.php | 4 ++-- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index 67a48f1c1..7f5c3c372 100755 --- a/ChangeLog +++ b/ChangeLog @@ -14,6 +14,9 @@ $Source$ * libraries/common.lib.php: Allow collation change for ENUM and SET columns (bug #1343627). * main.php: Use normal message on reload, not just plain text. + * themes/darkblue_orange/css/theme_right.css.php, + themes/original/css/theme_right.css.php: Fix URL for cursor (bug + #1342683). 2005-10-30 Michal Čihař * lang/slovak: Update, thanks to Ivan Kuriscak - shylauda69. diff --git a/themes/darkblue_orange/css/theme_right.css.php b/themes/darkblue_orange/css/theme_right.css.php index fc2bdff18..f83786de6 100644 --- a/themes/darkblue_orange/css/theme_right.css.php +++ b/themes/darkblue_orange/css/theme_right.css.php @@ -279,7 +279,7 @@ a.tab:hover, .tabactive { /* disabled drop/empty tabs */ span.tab, span.tabcaution { - cursor: url(themes/original/img/error.ico), default; + cursor: url(../themes/original/img/error.ico), default; } /* end topmenu */ @@ -589,4 +589,4 @@ fieldset.tblFooters { #fieldset_user_global_rights fieldset { float: left; -} \ No newline at end of file +} diff --git a/themes/original/css/theme_right.css.php b/themes/original/css/theme_right.css.php index 56dea3f83..ce909f6b9 100644 --- a/themes/original/css/theme_right.css.php +++ b/themes/original/css/theme_right.css.php @@ -197,7 +197,7 @@ a.tab:hover, .tabactive { /* disabled drop/empty tabs */ span.tab, span.tabcaution { - cursor: url(themes/original/img/error.ico), default; + cursor: url(../themes/original/img/error.ico), default; } /* end topmenu */ @@ -447,4 +447,4 @@ fieldset.tblFooters { #fieldset_user_global_rights fieldset { float: left; -} \ No newline at end of file +}