bug #1342683 Wrong URL to error.ico
This commit is contained in:
@@ -5,6 +5,10 @@ phpMyAdmin - Changelog
|
|||||||
$Id$
|
$Id$
|
||||||
$Source$
|
$Source$
|
||||||
|
|
||||||
|
2005-11-14 Sebastian Mendel <cybot_tm@users.sourceforge.net>
|
||||||
|
* themes/*/css/theme_right.css.php, css/phpmyadmin.css.php:
|
||||||
|
bug #1342683 Wrong URL to error.ico
|
||||||
|
|
||||||
2005-11-13 Michal Čihař <michal@cihar.com>
|
2005-11-13 Michal Čihař <michal@cihar.com>
|
||||||
* Documentation.html, config.default.php, main.php, server_links.inc.php,
|
* Documentation.html, config.default.php, main.php, server_links.inc.php,
|
||||||
server_variables.php, server_status.php: Drop $cfg['ShowMysqlInfo'] and
|
server_variables.php, server_status.php: Drop $cfg['ShowMysqlInfo'] and
|
||||||
|
@@ -365,7 +365,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), url(../themes/original/img/error.ico), default;
|
||||||
}
|
}
|
||||||
<?php } ?>
|
<?php } ?>
|
||||||
/* end topmenu */
|
/* end topmenu */
|
||||||
|
@@ -248,7 +248,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), url(../themes/original/img/error.ico), default;
|
||||||
}
|
}
|
||||||
<?php } ?>
|
<?php } ?>
|
||||||
/* end topmenu */
|
/* end topmenu */
|
||||||
|
@@ -184,7 +184,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), url(../themes/original/img/error.ico), default;
|
||||||
}
|
}
|
||||||
<?php } ?>
|
<?php } ?>
|
||||||
/* end topmenu */
|
/* end topmenu */
|
||||||
|
Reference in New Issue
Block a user