diff options
author | pete <pete@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2010-04-16 11:07:03 +0000 |
---|---|---|
committer | pete <pete@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2010-04-16 11:07:03 +0000 |
commit | de5cd1611cf9fb9e34028f319a8e142c9f26d326 (patch) | |
tree | 74e067239136d507c08572861e434dab56b64301 /views | |
parent | 1fa4025db052375894bf3dfe020b0b5111821571 (diff) | |
download | elgg-de5cd1611cf9fb9e34028f319a8e142c9f26d326.tar.gz elgg-de5cd1611cf9fb9e34028f319a8e142c9f26d326.tar.bz2 |
Updated tools menu spacing and added selected class rule for tools submenu items.
git-svn-id: http://code.elgg.org/elgg/trunk@5764 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'views')
-rw-r--r-- | views/default/css.php | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/views/default/css.php b/views/default/css.php index 07b328dd5..2d534c4d5 100644 --- a/views/default/css.php +++ b/views/default/css.php @@ -554,6 +554,7 @@ li.navigation_more ul li { .navigation li.navigation_more ul li a { background:white; color:#555555; + margin:0; -webkit-border-radius: 0; -moz-border-radius: 0; -webkit-box-shadow: none; @@ -575,7 +576,10 @@ li.navigation_more ul li { -webkit-box-shadow: none; -moz-box-shadow: none; } - +.navigation li.navigation_more ul li.selected a { + background:#4690D6; + color:white; +} /* *************************************** FOOTER CONTENTS |