diff options
author | Cash Costello <cash.costello@gmail.com> | 2012-06-17 08:26:21 -0400 |
---|---|---|
committer | Cash Costello <cash.costello@gmail.com> | 2012-06-17 08:26:21 -0400 |
commit | f817ef90978ba19aee2273872ff2d75c4b4c2c65 (patch) | |
tree | 2633f83a5f84fb8ad329c1ddec30c0eb13fb5da9 /views/default | |
parent | 3f42ca11e752696d9aaafe9b006d8e0f07136928 (diff) | |
download | elgg-f817ef90978ba19aee2273872ff2d75c4b4c2c65.tar.gz elgg-f817ef90978ba19aee2273872ff2d75c4b4c2c65.tar.bz2 |
Fixes #4383 hard codes bundled plugin list and also removes really ugly color for highlighting them in plugin list
Diffstat (limited to 'views/default')
-rw-r--r-- | views/default/css/admin.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/views/default/css/admin.php b/views/default/css/admin.php index e3205ca4e..65797172f 100644 --- a/views/default/css/admin.php +++ b/views/default/css/admin.php @@ -1267,7 +1267,7 @@ ul.elgg-plugin-categories, ul.elgg-plugin-categories > li { } .elgg-plugin-category-bundled { border-width: 2px; - border-color: #DAA520; + border-color: #0054A7; } /**************************************** |