From 688144cd525fd202b87a63553fe5a63b426c89a8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Thu, 13 Oct 2005 15:11:49 +0000 Subject: [PATCH] Define CSS normal way and not by writing through JavaScript. --- ChangeLog | 2 ++ css/phpmyadmin.css.php | 4 ++++ header.inc.php | 7 +------ 3 files changed, 7 insertions(+), 6 deletions(-) diff --git a/ChangeLog b/ChangeLog index 9dd1613dd..8d6ea8642 100755 --- a/ChangeLog +++ b/ChangeLog @@ -14,6 +14,8 @@ $Source$ title. * libraries/left.js, libraries/header_meta_style.inc.php: Move browser detection to only place where it is currently used. + * header.inc.php, css/phpmyadmin.css.php: Define CSS normal way and not + by writing through JavaScript. 2005-10-13 Sebastian Mendel * left.php: preselect db if only one db diff --git a/css/phpmyadmin.css.php b/css/phpmyadmin.css.php index 5e9a2c698..530b0f357 100644 --- a/css/phpmyadmin.css.php +++ b/css/phpmyadmin.css.php @@ -442,6 +442,10 @@ div#serverstatus table.statuslist { margin-bottom: 1em; } /* end serverstatus */ + +img.lightbulb { + cursor: pointer; +} '; } - - document.write('