From e19ac2a8d3333366502714469da5e6fd6c7752f5 Mon Sep 17 00:00:00 2001 From: pete Date: Thu, 31 Jul 2008 11:46:43 +0000 Subject: arrow icon added to dropdown menu git-svn-id: https://code.elgg.org/elgg/trunk@1625 36083f99-b078-4883-b0ff-0f9b5a30f544 --- views/default/css.php | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) (limited to 'views/default/css.php') diff --git a/views/default/css.php b/views/default/css.php index c209e6d78..593a18725 100644 --- a/views/default/css.php +++ b/views/default/css.php @@ -1873,16 +1873,17 @@ div.expandall p { #tools_menu a { display:block; - padding:3px; + padding:3px 13px 3px 3px; color:white; text-decoration:none; + background: url(_graphics/toolbar_arrow.png) no-repeat right 8px; } #tools_menu a:hover { - background-color:#4690d6; + background: #4690d6 url(_graphics/toolbar_arrow.png) no-repeat right bottom; } -.tools_menu_on { - background:#4690d6; +#tools_menu a.tools_menu_on { + background: #4690d6 url(_graphics/toolbar_arrow.png) no-repeat right bottom; } #tools_menu li { @@ -1905,14 +1906,14 @@ div.expandall p { border-right:1px solid #333333; color:#4690d6; padding:2px 6px 2px 6px; - background: #DEDEDE; + background: #DEDEDE !important; border-top:1px solid #f5f5f5; border-bottom:1px solid #999999; } #tools_menu ul a:hover { color:white; - background: #4690d6 url(_graphics/tools_over.png) repeat-x top left; + background: #4690d6 url(_graphics/tools_over.png) repeat-x top left !important; } /* IE 6 - remove transparent png in menu */ * html #tools_menu ul a:hover { -- cgit v1.2.3