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('