From 12380b8b39d650e1b23b2d9f57af3f3829559d36 Mon Sep 17 00:00:00 2001 From: Bharat Mediratta Date: Wed, 13 May 2009 19:48:57 +0000 Subject: Add the "advanced settings" controller which lets you see all the vars. We'll eventually turn this into a registry where you can edit settings directly (at your own risk). --- themes/admin_default/css/screen.css | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'themes/admin_default/css') diff --git a/themes/admin_default/css/screen.css b/themes/admin_default/css/screen.css index 46023486..82cc90eb 100644 --- a/themes/admin_default/css/screen.css +++ b/themes/admin_default/css/screen.css @@ -217,6 +217,10 @@ li.gGroup { margin-right: 1em; } +#gAdminAdvancedSettings tr.setting:hover { + background: #ffc; +} + /** ******************************************************************* * 5) Browser hacks *********************************************************************/ -- cgit v1.2.3