diff --git a/ui/new/css/main.css b/ui/new/css/main.css index f6258e0c00e..0797a131c2d 100644 --- a/ui/new/css/main.css +++ b/ui/new/css/main.css @@ -1316,7 +1316,7 @@ a:visited { } .leftmenu_content_flevel.highlighted{ - background:#ced7dd url(../images/leftmenu_highlighted.gif) repeat-x top left; + background:#d4dce1 url(../images/leftmenu_highlighted.gif) repeat-x top left; font-weight:bold; } @@ -2645,8 +2645,8 @@ a:hover.search_button { .grid_actionbox { - width:67px; - height:16px; + width:76px; + height:20px; float:right; background:url(../images/grid_actions.gif) no-repeat top left; margin:1px 0x 0 0; @@ -2837,8 +2837,8 @@ a:hover.search_button { position:absolute; background:#FFF repeat top left; border:1px solid #CCC; - top:17px; - right:6px; + top:18px; + right:1px; margin:0; padding:0; z-index:1002; diff --git a/ui/new/images/grid_actions.gif b/ui/new/images/grid_actions.gif index f91e374b2be..fc689991551 100644 Binary files a/ui/new/images/grid_actions.gif and b/ui/new/images/grid_actions.gif differ diff --git a/ui/new/images/grid_actions_hover.gif b/ui/new/images/grid_actions_hover.gif index aaede609c6d..0204982fc14 100644 Binary files a/ui/new/images/grid_actions_hover.gif and b/ui/new/images/grid_actions_hover.gif differ diff --git a/ui/new/images/leftmenu_highlighted.gif b/ui/new/images/leftmenu_highlighted.gif index c2570849ad7..7c41847ae55 100644 Binary files a/ui/new/images/leftmenu_highlighted.gif and b/ui/new/images/leftmenu_highlighted.gif differ diff --git a/ui/new/images/leftmenu_hover.gif b/ui/new/images/leftmenu_hover.gif index 977be34eed8..eae19480a89 100644 Binary files a/ui/new/images/leftmenu_hover.gif and b/ui/new/images/leftmenu_hover.gif differ diff --git a/ui/new/images/leftmenu_selected.gif b/ui/new/images/leftmenu_selected.gif new file mode 100644 index 00000000000..977be34eed8 Binary files /dev/null and b/ui/new/images/leftmenu_selected.gif differ