Fix URL for cursor (bug #1342683).
This commit is contained in:
@@ -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.
|
||||
|
@@ -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;
|
||||
}
|
||||
}
|
||||
|
@@ -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;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user