diff options
author | Brett Profitt <brett.profitt@gmail.com> | 2011-09-05 18:46:36 -0700 |
---|---|---|
committer | Brett Profitt <brett.profitt@gmail.com> | 2011-09-05 18:46:36 -0700 |
commit | 826310d08ba1ed468ab01b8a5c87b5396fed3a3c (patch) | |
tree | 7650f5cd6e531d261a1ebf352bfee263120aca2c /views/default/css | |
parent | 0c691827db6066c8e371279a87682decf4c511d3 (diff) | |
download | elgg-826310d08ba1ed468ab01b8a5c87b5396fed3a3c.tar.gz elgg-826310d08ba1ed468ab01b8a5c87b5396fed3a3c.tar.bz2 |
Refs #3449, #3770. Using JS to fix submenu dropdown in IE7.
Diffstat (limited to 'views/default/css')
-rw-r--r-- | views/default/css/ie.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/views/default/css/ie.php b/views/default/css/ie.php index 279ddfdbf..cb4ede0ae 100644 --- a/views/default/css/ie.php +++ b/views/default/css/ie.php @@ -108,6 +108,10 @@ display: inline; } +li:hover > .elgg-menu-site-more { + display: none; +} + /* admin */ .elgg-menu-footer li { display: inline; |