diff options
| author | Bharat Mediratta <bharat@menalto.com> | 2009-05-13 19:48:57 +0000 |
|---|---|---|
| committer | Bharat Mediratta <bharat@menalto.com> | 2009-05-13 19:48:57 +0000 |
| commit | 12380b8b39d650e1b23b2d9f57af3f3829559d36 (patch) | |
| tree | 08ff4961213e31a934c44050d718bf7b5ad80ccc /themes/admin_default/css | |
| parent | c52a231bc08558077788601cbd8a97cd514f1a63 (diff) | |
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).
Diffstat (limited to 'themes/admin_default/css')
| -rw-r--r-- | themes/admin_default/css/screen.css | 4 |
1 files changed, 4 insertions, 0 deletions
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 *********************************************************************/ |
