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>2013-06-29 10:05:26 +0400
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-06-29 10:05:26 +0400
commit0904cc485c23385e4ac0628ddce5e1c842909af4 (patch)
treee1eaeb087bb817825d6d4579a7ececf8739c3cab /app/assets/stylesheets/themes
parent28d517f58e7acf331f8f85ada1b06eb393d5291d (diff)
Classic theme: Dark color for header links. White color for loading spinner
Diffstat (limited to 'app/assets/stylesheets/themes')
-rw-r--r--app/assets/stylesheets/themes/ui_mars.scss4
1 files changed, 4 insertions, 0 deletions
diff --git a/app/assets/stylesheets/themes/ui_mars.scss b/app/assets/stylesheets/themes/ui_mars.scss
index 66232292d7e..d40a02206e7 100644
--- a/app/assets/stylesheets/themes/ui_mars.scss
+++ b/app/assets/stylesheets/themes/ui_mars.scss
@@ -23,8 +23,12 @@
background-color: #373D47;
}
}
+ .nav > li > a { color: #AAA; }
}
}
+ .turbolink-spinner {
+ color: #FFF;
+ }
.separator {
background: #31363E;