diff options
author | Dmitriy Zaporozhets <dzaporozhets@sphereconsultinginc.com> | 2011-11-12 12:50:25 +0200 |
---|---|---|
committer | Dmitriy Zaporozhets <dzaporozhets@sphereconsultinginc.com> | 2011-11-12 12:50:25 +0200 |
commit | 60f4576d5d5dd42e99f4bfbaf51603d167d1d344 (patch) | |
tree | fd14a5ee8bbd1654db5beee7ec660e2d9d40dd2f /vendor | |
parent | de09e356934cb90546de7ebf1c4e721a31518235 (diff) | |
download | gitlab-ce-60f4576d5d5dd42e99f4bfbaf51603d167d1d344.tar.gz |
top panel -> search -> css
Diffstat (limited to 'vendor')
-rw-r--r-- | vendor/assets/stylesheets/jquery-ui/jquery-ui.css | 6 |
1 files changed, 2 insertions, 4 deletions
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; |