summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-12-03 12:19:48 +0200
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-12-03 12:19:48 +0200
commit16916fb103ef0e7f848536a63b57f301e3e08e03 (patch)
treec13e93689090e18548c54cb7719ff775244b1166
parentd793bceb90c3e2a7e2302531a69d6e693e66ae78 (diff)
downloadgitlab-ce-16916fb103ef0e7f848536a63b57f301e3e08e03.tar.gz
Improve UI for stacked nav-pillsv6.4.0.pre2
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-rw-r--r--app/assets/stylesheets/gitlab_bootstrap/nav.scss11
1 files changed, 5 insertions, 6 deletions
diff --git a/app/assets/stylesheets/gitlab_bootstrap/nav.scss b/app/assets/stylesheets/gitlab_bootstrap/nav.scss
index aa4cb1ed5fd..cc2bf0f912e 100644
--- a/app/assets/stylesheets/gitlab_bootstrap/nav.scss
+++ b/app/assets/stylesheets/gitlab_bootstrap/nav.scss
@@ -15,18 +15,16 @@
> li > a {
border-left: 4px solid #EEE;
padding: 12px;
+ color: #777;
}
> .active > a {
border-color: $primary_color;
- border-radius: 0;
- background: #F1F1F1;
- color: $style_color;
- font-weight: bold;
- text-shadow: 0 1px 1px #fff;
+ background: none;
+ color: #333;
+ font-weight: bolder;
}
&.nav-stacked-menu {
- background: #FAFAFA;
li > a {
padding: 16px;
}
@@ -36,6 +34,7 @@
&.nav-pills-small {
> li > a {
padding: 8px 12px;
+ font-size: 12px;
}
}
}