diff options
author | pete <pete@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2010-05-13 19:10:16 +0000 |
---|---|---|
committer | pete <pete@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2010-05-13 19:10:16 +0000 |
commit | e8a6f96d18b97f910a41235a7274129375f05840 (patch) | |
tree | 4b1537f4d56a7b969d3ca3e5ae1ae1953497dd85 /views/default/css.php | |
parent | 9604dd579d80bdb8472e3aa9892b7dec422037c3 (diff) | |
download | elgg-e8a6f96d18b97f910a41235a7274129375f05840.tar.gz elgg-e8a6f96d18b97f910a41235a7274129375f05840.tar.bz2 |
Update to submenu items css.
git-svn-id: http://code.elgg.org/elgg/trunk@6035 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'views/default/css.php')
-rw-r--r-- | views/default/css.php | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/views/default/css.php b/views/default/css.php index 78edaa24c..dd1e1449d 100644 --- a/views/default/css.php +++ b/views/default/css.php @@ -667,7 +667,9 @@ li.navigation_more ul li { padding:0; list-style: none; } -.submenu li.selected a { +.submenu li.selected a, +.submenu li.selected li.selected a, +.submenu li.selected li.selected li.selected a { background: #4690D6; color:white; } @@ -684,11 +686,16 @@ li.navigation_more ul li { color:white; text-decoration:none; } -.submenu .child li a{ +.submenu .child li a { margin-left:15px; background-color:white; color:#4690D6; } +.submenu .child li a:hover { + background:#0054A7; + color:white; + text-decoration:none; +} |