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
|
* libraries/common.lib.php: Allow collation change for ENUM and SET
|
||||||
columns (bug #1343627).
|
columns (bug #1343627).
|
||||||
* main.php: Use normal message on reload, not just plain text.
|
* 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>
|
2005-10-30 Michal Čihař <michal@cihar.com>
|
||||||
* lang/slovak: Update, thanks to Ivan Kuriscak - shylauda69.
|
* lang/slovak: Update, thanks to Ivan Kuriscak - shylauda69.
|
||||||
|
@@ -279,7 +279,7 @@ a.tab:hover, .tabactive {
|
|||||||
|
|
||||||
/* disabled drop/empty tabs */
|
/* disabled drop/empty tabs */
|
||||||
span.tab, span.tabcaution {
|
span.tab, span.tabcaution {
|
||||||
cursor: url(themes/original/img/error.ico), default;
|
cursor: url(../themes/original/img/error.ico), default;
|
||||||
}
|
}
|
||||||
<?php } ?>
|
<?php } ?>
|
||||||
/* end topmenu */
|
/* end topmenu */
|
||||||
@@ -589,4 +589,4 @@ fieldset.tblFooters {
|
|||||||
|
|
||||||
#fieldset_user_global_rights fieldset {
|
#fieldset_user_global_rights fieldset {
|
||||||
float: left;
|
float: left;
|
||||||
}
|
}
|
||||||
|
@@ -197,7 +197,7 @@ a.tab:hover, .tabactive {
|
|||||||
|
|
||||||
/* disabled drop/empty tabs */
|
/* disabled drop/empty tabs */
|
||||||
span.tab, span.tabcaution {
|
span.tab, span.tabcaution {
|
||||||
cursor: url(themes/original/img/error.ico), default;
|
cursor: url(../themes/original/img/error.ico), default;
|
||||||
}
|
}
|
||||||
<?php } ?>
|
<?php } ?>
|
||||||
/* end topmenu */
|
/* end topmenu */
|
||||||
@@ -447,4 +447,4 @@ fieldset.tblFooters {
|
|||||||
|
|
||||||
#fieldset_user_global_rights fieldset {
|
#fieldset_user_global_rights fieldset {
|
||||||
float: left;
|
float: left;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user