diff --git a/ChangeLog b/ChangeLog index ba1091566..0caf31b8b 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 aef465b95..68184c6ec 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 000000000..41d26d638 Binary files /dev/null and b/themes/darkblue_orange/img/error.ico differ