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-11-13 11:08:03 +0400
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-11-13 11:08:03 +0400
commit929a2969202236c82600adc56a5c06edf7073aef (patch)
treeddae4774a89264c2505003bf65b5844065cd7e53 /app/assets/stylesheets/themes
parentf597b5f43ab7e86eae45afc0ed5d6ac96a8a51f6 (diff)
Improve violet theme
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Diffstat (limited to 'app/assets/stylesheets/themes')
-rw-r--r--app/assets/stylesheets/themes/ui_color.scss6
1 files changed, 6 insertions, 0 deletions
diff --git a/app/assets/stylesheets/themes/ui_color.scss b/app/assets/stylesheets/themes/ui_color.scss
index 1fd54ff18a6..7d9cab215c8 100644
--- a/app/assets/stylesheets/themes/ui_color.scss
+++ b/app/assets/stylesheets/themes/ui_color.scss
@@ -27,6 +27,12 @@
background: #435;
border-left: 1px solid #658;
}
+ .nav > li > a {
+ color: #98B;
+ }
+ .search-input {
+ border-color: #98B;
+ }
}
}
}