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
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2012-12-24 23:18:23 +0400
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2012-12-24 23:18:23 +0400
commit4ba24596d31dad64b761cd44d47779f48bf25e28 (patch)
tree1332cc13d403b22c2d8f02be68d0cbbff0050dc9 /app/assets/stylesheets/themes/ui_gray.scss
parenta87fccc0834aa816289669a0fc7744338e469745 (diff)
Make the logo icon more awesome
Diffstat (limited to 'app/assets/stylesheets/themes/ui_gray.scss')
-rw-r--r--app/assets/stylesheets/themes/ui_gray.scss9
1 files changed, 9 insertions, 0 deletions
diff --git a/app/assets/stylesheets/themes/ui_gray.scss b/app/assets/stylesheets/themes/ui_gray.scss
index e80137a69c8..f0547c72157 100644
--- a/app/assets/stylesheets/themes/ui_gray.scss
+++ b/app/assets/stylesheets/themes/ui_gray.scss
@@ -17,6 +17,15 @@
&.navbar-gitlab {
.navbar-inner {
background: #708090;
+ .app_logo {
+ &:hover {
+ background-color: #6A7A8A;
+ }
+ }
+ .separator {
+ background: #607080;
+ border-left: 1px solid #8090A0;
+ }
}
}
}