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>2014-12-21 02:11:08 +0300
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-12-21 02:11:08 +0300
commitbcc04adb1342155d4ec2b670702406285145cb32 (patch)
tree341b19554b068f55329070f465232a5079204f8a /app/assets/stylesheets/themes
parentabd83baeab474764030f1daa7c7ca3335ca91d98 (diff)
Css/views cleanup after layout restyle
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Diffstat (limited to 'app/assets/stylesheets/themes')
-rw-r--r--app/assets/stylesheets/themes/ui_basic.scss12
-rw-r--r--app/assets/stylesheets/themes/ui_color.scss5
-rw-r--r--app/assets/stylesheets/themes/ui_gray.scss5
-rw-r--r--app/assets/stylesheets/themes/ui_mars.scss5
-rw-r--r--app/assets/stylesheets/themes/ui_modern.scss5
5 files changed, 13 insertions, 19 deletions
diff --git a/app/assets/stylesheets/themes/ui_basic.scss b/app/assets/stylesheets/themes/ui_basic.scss
index 3e3744fdc33..0dad9917b55 100644
--- a/app/assets/stylesheets/themes/ui_basic.scss
+++ b/app/assets/stylesheets/themes/ui_basic.scss
@@ -9,17 +9,15 @@
.navbar-inner {
background: #F1F1F1;
border-bottom: 1px solid #DDD;
+
+ .app_logo {
+ background-color: #DDD;
+ }
+
.nav > li > a {
color: $style_color;
}
- .separator {
- 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 a08f3ff3d48..3c441a8e098 100644
--- a/app/assets/stylesheets/themes/ui_color.scss
+++ b/app/assets/stylesheets/themes/ui_color.scss
@@ -23,9 +23,8 @@
background-color: #436;
}
}
- .separator {
- background: #436;
- border-left: 1px solid #659;
+ .app_logo {
+ background-color: #325;
}
.nav > li > a {
color: #98C;
diff --git a/app/assets/stylesheets/themes/ui_gray.scss b/app/assets/stylesheets/themes/ui_gray.scss
index 959febad6fe..8df08ccaeec 100644
--- a/app/assets/stylesheets/themes/ui_gray.scss
+++ b/app/assets/stylesheets/themes/ui_gray.scss
@@ -23,9 +23,8 @@
background-color: #272727;
}
}
- .separator {
- background: #272727;
- border-left: 1px solid #474747;
+ .app_logo {
+ background-color: #222;
}
}
}
diff --git a/app/assets/stylesheets/themes/ui_mars.scss b/app/assets/stylesheets/themes/ui_mars.scss
index 9af5adbf10a..b08cbda6c4f 100644
--- a/app/assets/stylesheets/themes/ui_mars.scss
+++ b/app/assets/stylesheets/themes/ui_mars.scss
@@ -23,9 +23,8 @@
background-color: #373D47;
}
}
- .separator {
- background: #373D47;
- border-left: 1px solid #575D67;
+ .app_logo {
+ background-color: #24272D;
}
.nav > li > a {
color: #979DA7;
diff --git a/app/assets/stylesheets/themes/ui_modern.scss b/app/assets/stylesheets/themes/ui_modern.scss
index 308a03477db..34f39614ca4 100644
--- a/app/assets/stylesheets/themes/ui_modern.scss
+++ b/app/assets/stylesheets/themes/ui_modern.scss
@@ -23,9 +23,8 @@
background-color: #018865;
}
}
- .separator {
- background: #018865;
- border-left: 1px solid #11A885;
+ .app_logo {
+ background-color: #017855;
}
.nav > li > a {
color: #ADC;