From 60f4576d5d5dd42e99f4bfbaf51603d167d1d344 Mon Sep 17 00:00:00 2001 From: Dmitriy Zaporozhets Date: Sat, 12 Nov 2011 12:50:25 +0200 Subject: top panel -> search -> css --- vendor/assets/stylesheets/jquery-ui/jquery-ui.css | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'vendor') diff --git a/vendor/assets/stylesheets/jquery-ui/jquery-ui.css b/vendor/assets/stylesheets/jquery-ui/jquery-ui.css index a94efee496d..357df7ab59f 100644 --- a/vendor/assets/stylesheets/jquery-ui/jquery-ui.css +++ b/vendor/assets/stylesheets/jquery-ui/jquery-ui.css @@ -382,15 +382,13 @@ padding:.2em .4em; line-height:1.5; zoom:1; + font-weight: normal; } .ui-menu .ui-menu-item a.ui-state-hover, .ui-menu .ui-menu-item a.ui-state-active { font-weight: normal; margin: -1px; - background: #fff !important; - background: -webkit-gradient(linear,left top,left bottom,from(#fff),to(#FFF6BF)) !important; - background: -moz-linear-gradient(top,#fff,#FFF6BF) !important; - background: transparent 9 !important; + background: #eee; border-radius:0px; border-color:white; border-bottom: 1px solid #E2EAEE; -- cgit v1.2.3