summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/themes/ui_gray.scss
diff options
context:
space:
mode:
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;
+ }
}
}
}