summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/themes
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-07-02 14:06:25 +0300
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-07-02 14:06:25 +0300
commit15bc1223c79a8cfbc558b2eaaca06994e0272333 (patch)
tree61754ea2353b2409c1b79efb2e3237aff515871a /app/assets/stylesheets/themes
parentee890f2b2a66be925746f2238dc462a74b0fd219 (diff)
downloadgitlab-ce-15bc1223c79a8cfbc558b2eaaca06994e0272333.tar.gz
Work on themes a bit
Diffstat (limited to 'app/assets/stylesheets/themes')
-rw-r--r--app/assets/stylesheets/themes/ui_basic.scss4
-rw-r--r--app/assets/stylesheets/themes/ui_color.scss8
-rw-r--r--app/assets/stylesheets/themes/ui_gray.scss8
-rw-r--r--app/assets/stylesheets/themes/ui_mars.scss8
-rw-r--r--app/assets/stylesheets/themes/ui_modern.scss8
5 files changed, 16 insertions, 20 deletions
diff --git a/app/assets/stylesheets/themes/ui_basic.scss b/app/assets/stylesheets/themes/ui_basic.scss
index b0ee94ef34a..30f0bbaf4c8 100644
--- a/app/assets/stylesheets/themes/ui_basic.scss
+++ b/app/assets/stylesheets/themes/ui_basic.scss
@@ -8,4 +8,8 @@
background: #F9F9F9;
border-left: 1px solid #DDD;
}
+
+ .main-nav {
+ background: #FFF;
+ }
}
diff --git a/app/assets/stylesheets/themes/ui_color.scss b/app/assets/stylesheets/themes/ui_color.scss
index d7a554ff9e5..07e854b73d8 100644
--- a/app/assets/stylesheets/themes/ui_color.scss
+++ b/app/assets/stylesheets/themes/ui_color.scss
@@ -16,15 +16,15 @@
@extend .header-dark;
&.navbar-gitlab {
.navbar-inner {
- background: #657;
+ background: #547;
.app_logo {
&:hover {
- background-color: #6A5A7A;
+ background-color: #435;
}
}
.separator {
- background: #546;
- border-left: 1px solid #706080;
+ background: #435;
+ border-left: 1px solid #658;
}
}
}
diff --git a/app/assets/stylesheets/themes/ui_gray.scss b/app/assets/stylesheets/themes/ui_gray.scss
index f0547c72157..4f88c631e4d 100644
--- a/app/assets/stylesheets/themes/ui_gray.scss
+++ b/app/assets/stylesheets/themes/ui_gray.scss
@@ -16,15 +16,15 @@
@extend .header-dark;
&.navbar-gitlab {
.navbar-inner {
- background: #708090;
+ background: #373737;
.app_logo {
&:hover {
- background-color: #6A7A8A;
+ background-color: #272727;
}
}
.separator {
- background: #607080;
- border-left: 1px solid #8090A0;
+ background: #272727;
+ border-left: 1px solid #474747;
}
}
}
diff --git a/app/assets/stylesheets/themes/ui_mars.scss b/app/assets/stylesheets/themes/ui_mars.scss
index d40a02206e7..a2b8c21ea11 100644
--- a/app/assets/stylesheets/themes/ui_mars.scss
+++ b/app/assets/stylesheets/themes/ui_mars.scss
@@ -23,20 +23,12 @@
background-color: #373D47;
}
}
- .nav > li > a { color: #AAA; }
}
}
- .turbolink-spinner {
- color: #FFF;
- }
.separator {
background: #31363E;
border-left: 1px solid #666;
}
}
-
- .main-nav {
- background: #f5f5f5;
- }
}
diff --git a/app/assets/stylesheets/themes/ui_modern.scss b/app/assets/stylesheets/themes/ui_modern.scss
index a5bf414c443..68318f93016 100644
--- a/app/assets/stylesheets/themes/ui_modern.scss
+++ b/app/assets/stylesheets/themes/ui_modern.scss
@@ -16,15 +16,15 @@
@extend .header-dark;
&.navbar-gitlab {
.navbar-inner {
- background: #567;
+ background: #345;
.app_logo {
&:hover {
- background-color: #516171;
+ background-color: #234;
}
}
.separator {
- background: #456;
- border-left: 1px solid #678;
+ background: #234;
+ border-left: 1px solid #456;
}
}
}