From f2f3cf95a96dc1167f90d3d0e5419149e680ee96 Mon Sep 17 00:00:00 2001 From: ewinslow Date: Fri, 18 Feb 2011 19:10:20 +0000 Subject: Improved the admin menu a bit git-svn-id: http://code.elgg.org/elgg/trunk@8292 36083f99-b078-4883-b0ff-0f9b5a30f544 --- views/default/css/admin.php | 17 ++++++++++++++--- 1 file changed, 14 insertions(+), 3 deletions(-) (limited to 'views/default/css') diff --git a/views/default/css/admin.php b/views/default/css/admin.php index 223f361cd..d0ee9f372 100644 --- a/views/default/css/admin.php +++ b/views/default/css/admin.php @@ -255,7 +255,18 @@ table.mceLayout { color: #333333; cursor: pointer; text-decoration: none; + margin-bottom: 2px; + border: 1px solid #CCC; + + -webkit-border-radius: 5px; + -moz-border-radius: 5px; + border-radius: 5px; +} + +.elgg-menu-page a:hover { + } + .elgg-menu-page .elgg-menu-closed:before { content: "\25B8"; padding-right: 4px; @@ -265,16 +276,16 @@ table.mceLayout { padding-right: 4px; } .elgg-menu-page a:hover { - color: black; text-decoration: none; + background: black; + color: white; + border: 1px solid black; } .elgg-menu-page li.elgg-state-selected > ul { display: block; } .elgg-menu-page .elgg-child-menu { display: none; -} -.elgg-menu-page .elgg-child-menu a { padding-left: 30px; } -- cgit v1.2.3