added missing themes/darkblue_orange/img/error.ico and use it

This commit is contained in:
Sebastian Mendel
2005-11-16 10:48:36 +00:00
parent 7160f799bd
commit f167266cde
3 changed files with 6 additions and 1 deletions

View File

@@ -5,6 +5,11 @@ phpMyAdmin - Changelog
$Id$
$Source$
2005-11-16 Sebastian Mendel <cybot_tm@users.sourceforge.net>
* added missing themes/darkblue_orange/img/error.ico
* themes/darkblue_orange/css/theme_right.css.php
- wrong error.ico
2005-11-15 Michal Čihař <michal@cihar.com>
* css/phpmyadmin.css.php: Do not use common header file, as there is
nothing common at all.

View File

@@ -248,7 +248,7 @@ a.tab:hover, .tabactive {
/* disabled drop/empty tabs */
span.tab, span.tabcaution {
cursor: url(themes/original/img/error.ico), url(../themes/original/img/error.ico), default;
cursor: url(themes/darkblue_orange/img/error.ico), url(../themes/darkblue_orange/img/error.ico), default;
}
<?php } ?>
/* end topmenu */

Binary file not shown.

After

Width:  |  Height:  |  Size: 318 B