diff --git a/ChangeLog b/ChangeLog index ba10915660..0caf31b8ba 100755 --- a/ChangeLog +++ b/ChangeLog @@ -5,6 +5,11 @@ phpMyAdmin - Changelog $Id$ $Source$ +2005-11-16 Sebastian Mendel + * added missing themes/darkblue_orange/img/error.ico + * themes/darkblue_orange/css/theme_right.css.php + - wrong error.ico + 2005-11-15 Michal Čihař * css/phpmyadmin.css.php: Do not use common header file, as there is nothing common at all. diff --git a/themes/darkblue_orange/css/theme_right.css.php b/themes/darkblue_orange/css/theme_right.css.php index aef465b950..68184c6ecf 100644 --- a/themes/darkblue_orange/css/theme_right.css.php +++ b/themes/darkblue_orange/css/theme_right.css.php @@ -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; } /* end topmenu */ diff --git a/themes/darkblue_orange/img/error.ico b/themes/darkblue_orange/img/error.ico new file mode 100644 index 0000000000..41d26d6389 Binary files /dev/null and b/themes/darkblue_orange/img/error.ico differ