Fix URL for cursor (bug #1342683).

This commit is contained in:
Michal Čihař
2005-10-31 14:03:00 +00:00
parent 0a7036cfa1
commit 15884c9c1d
3 changed files with 7 additions and 4 deletions

View File

@@ -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ř <michal@cihar.com>
* lang/slovak: Update, thanks to Ivan Kuriscak - shylauda69.

View File

@@ -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;
}
<?php } ?>
/* end topmenu */
@@ -589,4 +589,4 @@ fieldset.tblFooters {
#fieldset_user_global_rights fieldset {
float: left;
}
}

View File

@@ -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;
}
<?php } ?>
/* end topmenu */
@@ -447,4 +447,4 @@ fieldset.tblFooters {
#fieldset_user_global_rights fieldset {
float: left;
}
}