From 3dac7a6e461a8fbf367f7c4924199eef05e87e26 Mon Sep 17 00:00:00 2001 From: Sebastian Mendel Date: Mon, 14 Nov 2005 09:31:26 +0000 Subject: [PATCH] bug #1342683 Wrong URL to error.ico --- ChangeLog | 4 ++++ css/phpmyadmin.css.php | 6 +++--- themes/darkblue_orange/css/theme_right.css.php | 6 +++--- themes/original/css/theme_right.css.php | 2 +- 4 files changed, 11 insertions(+), 7 deletions(-) diff --git a/ChangeLog b/ChangeLog index d762f8da1..a8033839c 100755 --- a/ChangeLog +++ b/ChangeLog @@ -5,6 +5,10 @@ phpMyAdmin - Changelog $Id$ $Source$ +2005-11-14 Sebastian Mendel + * themes/*/css/theme_right.css.php, css/phpmyadmin.css.php: + bug #1342683 Wrong URL to error.ico + 2005-11-13 Michal Čihař * Documentation.html, config.default.php, main.php, server_links.inc.php, server_variables.php, server_status.php: Drop $cfg['ShowMysqlInfo'] and diff --git a/css/phpmyadmin.css.php b/css/phpmyadmin.css.php index 1242e62d2..2cc991922 100644 --- a/css/phpmyadmin.css.php +++ b/css/phpmyadmin.css.php @@ -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; } /* end topmenu */ @@ -476,8 +476,8 @@ div#serverstatus table .tblFooters a:after { /* end serverstatus */ -img.lightbulb { - cursor: pointer; +img.lightbulb { + cursor: pointer; } /* end topmenu */ @@ -294,7 +294,7 @@ div.warning { margin: 0.5em 0 0.5em 0; border: 0.1em solid #CC0000; width: 90%; - + background-image: url(../themes/darkblue_orange/img/s_warn.png); background-repeat: no-repeat; diff --git a/themes/original/css/theme_right.css.php b/themes/original/css/theme_right.css.php index 8beb4d2ee..1415bc8ad 100644 --- a/themes/original/css/theme_right.css.php +++ b/themes/original/css/theme_right.css.php @@ -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; } /* end topmenu */