bug #1342683 Wrong URL to error.ico
This commit is contained in:
@@ -5,6 +5,10 @@ phpMyAdmin - Changelog
|
||||
$Id$
|
||||
$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>
|
||||
* Documentation.html, config.default.php, main.php, server_links.inc.php,
|
||||
server_variables.php, server_status.php: Drop $cfg['ShowMysqlInfo'] and
|
||||
|
@@ -365,7 +365,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), url(../themes/original/img/error.ico), default;
|
||||
}
|
||||
<?php } ?>
|
||||
/* end topmenu */
|
||||
@@ -476,8 +476,8 @@ div#serverstatus table .tblFooters a:after {
|
||||
/* end serverstatus */
|
||||
|
||||
|
||||
img.lightbulb {
|
||||
cursor: pointer;
|
||||
img.lightbulb {
|
||||
cursor: pointer;
|
||||
}
|
||||
<?php
|
||||
|
||||
|
@@ -68,7 +68,7 @@ th.td{
|
||||
color: transparent;
|
||||
background-color: transparent;
|
||||
background-image: none;
|
||||
|
||||
|
||||
}
|
||||
td{
|
||||
font-family: Verdana, Arial, Helvetica, sans-serif;
|
||||
@@ -248,7 +248,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), url(../themes/original/img/error.ico), default;
|
||||
}
|
||||
<?php } ?>
|
||||
/* end topmenu */
|
||||
@@ -294,7 +294,7 @@ div.warning {
|
||||
margin: 0.5em 0 0.5em 0;
|
||||
border: 0.1em solid #CC0000;
|
||||
width: 90%;
|
||||
|
||||
|
||||
<?php if ( $GLOBALS['cfg']['ErrorIconic'] ) { ?>
|
||||
background-image: url(../themes/darkblue_orange/img/s_warn.png);
|
||||
background-repeat: no-repeat;
|
||||
|
@@ -184,7 +184,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), url(../themes/original/img/error.ico), default;
|
||||
}
|
||||
<?php } ?>
|
||||
/* end topmenu */
|
||||
|
Reference in New Issue
Block a user