Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/vendor
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dzaporozhets@sphereconsultinginc.com>2011-11-12 14:50:25 +0400
committerDmitriy Zaporozhets <dzaporozhets@sphereconsultinginc.com>2011-11-12 14:50:25 +0400
commit60f4576d5d5dd42e99f4bfbaf51603d167d1d344 (patch)
treefd14a5ee8bbd1654db5beee7ec660e2d9d40dd2f /vendor
parentde09e356934cb90546de7ebf1c4e721a31518235 (diff)
top panel -> search -> css
Diffstat (limited to 'vendor')
-rw-r--r--vendor/assets/stylesheets/jquery-ui/jquery-ui.css6
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;