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-07-02 15:06:25 +0400
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-07-02 15:06:25 +0400
commit15bc1223c79a8cfbc558b2eaaca06994e0272333 (patch)
tree61754ea2353b2409c1b79efb2e3237aff515871a /app/assets/stylesheets/sections
parentee890f2b2a66be925746f2238dc462a74b0fd219 (diff)
Work on themes a bit
Diffstat (limited to 'app/assets/stylesheets/sections')
-rw-r--r--app/assets/stylesheets/sections/header.scss6
-rw-r--r--app/assets/stylesheets/sections/nav.scss1
-rw-r--r--app/assets/stylesheets/sections/themes.scss6
3 files changed, 9 insertions, 4 deletions
diff --git a/app/assets/stylesheets/sections/header.scss b/app/assets/stylesheets/sections/header.scss
index ba92e8554cb..98c010ed72d 100644
--- a/app/assets/stylesheets/sections/header.scss
+++ b/app/assets/stylesheets/sections/header.scss
@@ -120,7 +120,7 @@ header {
border-bottom: 1px solid #AAA;
.nav > li > a {
- color: #DDD;
+ color: #AAA;
text-shadow: 0 1px 0 #444;
&:hover {
@@ -130,6 +130,10 @@ header {
}
}
+ .turbolink-spinner {
+ color: #FFF;
+ }
+
.search {
.search-input {
background-color: #D2D5DA;
diff --git a/app/assets/stylesheets/sections/nav.scss b/app/assets/stylesheets/sections/nav.scss
index fc1f1bc79b4..7d09f548589 100644
--- a/app/assets/stylesheets/sections/nav.scss
+++ b/app/assets/stylesheets/sections/nav.scss
@@ -1,4 +1,5 @@
.main-nav {
+ background: #f5f5f5;
margin: 30px 0;
margin-top: 0;
padding-top: 4px;
diff --git a/app/assets/stylesheets/sections/themes.scss b/app/assets/stylesheets/sections/themes.scss
index 4e5eaf575ae..c5487f9f40c 100644
--- a/app/assets/stylesheets/sections/themes.scss
+++ b/app/assets/stylesheets/sections/themes.scss
@@ -27,15 +27,15 @@
}
&.modern {
- background: #567;
+ background: #345;
}
&.gray {
- background: #708090;
+ background: #373737;
}
&.violet {
- background: #657;
+ background: #547;
}
}
}