From f73b5756ea56f2f73e578892074a79c83793cb41 Mon Sep 17 00:00:00 2001 From: brettp Date: Thu, 10 Mar 2011 04:18:44 +0000 Subject: Fixes #2948: Put specific rules in for .elgg-plugin.elgg-state-active to get white backgrounds in plugins, but not break the action button. The admin CSS still needs a bit of work. git-svn-id: http://code.elgg.org/elgg/trunk@8646 36083f99-b078-4883-b0ff-0f9b5a30f544 --- views/default/css/admin.php | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'views/default/css/admin.php') diff --git a/views/default/css/admin.php b/views/default/css/admin.php index 00503a916..1a8747f3a 100644 --- a/views/default/css/admin.php +++ b/views/default/css/admin.php @@ -1020,6 +1020,10 @@ ul.admin_plugins { color:black; } +.elgg-plugin.elgg-state-active { + background: white; +} + .admin_notices { padding-bottom: 15px; } @@ -1313,7 +1317,8 @@ ul.admin_plugins { *************************************** */ .elgg-state-active { - background:white; + background:#cccccc; + color: #333333; } .elgg-state-inactive { -- cgit v1.2.3