summaryrefslogtreecommitdiff
path: root/app/assets
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-03-17 22:48:00 -0700
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-03-17 22:48:00 -0700
commit521785157b1f6f729e77fdad2ec83492120e8c7c (patch)
tree86d3390bafb3c6c6eec4838dd0a3c0ad72a522b3 /app/assets
parent293553747aab45ce2d63e73a366a2d4d1c80363b (diff)
downloadgitlab-ce-521785157b1f6f729e77fdad2ec83492120e8c7c.tar.gz
Remove to old GitLab colors for succes and primary
Diffstat (limited to 'app/assets')
-rw-r--r--app/assets/stylesheets/base/gl_variables.scss2
-rw-r--r--app/assets/stylesheets/base/variables.scss9
-rw-r--r--app/assets/stylesheets/generic/lists.scss4
3 files changed, 5 insertions, 10 deletions
diff --git a/app/assets/stylesheets/base/gl_variables.scss b/app/assets/stylesheets/base/gl_variables.scss
index aa5fca7e66c..17b5622d74a 100644
--- a/app/assets/stylesheets/base/gl_variables.scss
+++ b/app/assets/stylesheets/base/gl_variables.scss
@@ -51,7 +51,7 @@ $padding-base-horizontal: 14px;
//##
$input-color: $text-color;
-$input-border: #dce4ec;
+$input-border: #DDD;
$input-border-focus: $brand-info;
$legend-color: $text-color;
diff --git a/app/assets/stylesheets/base/variables.scss b/app/assets/stylesheets/base/variables.scss
index 7804b748377..596376c3970 100644
--- a/app/assets/stylesheets/base/variables.scss
+++ b/app/assets/stylesheets/base/variables.scss
@@ -15,17 +15,12 @@ $background-color: #f5f5f5;
/*
* State colors:
*/
-$gl-success: #019875;
-$gl-danger: #d9534f;
$gl-primary: #446e9b;
+$gl-success: #019875;
$gl-info: #029ACF;
$gl-warning: #EB9532;
+$gl-danger: #d9534f;
-$gl-primary: #2C3E50;
-$gl-success: #18BC9C;
-$gl-info: #3498DB;
-$gl-warning: #F39C12;
-$gl-danger: #E74C3C;
/*
* Commit Diff Colors
*/
diff --git a/app/assets/stylesheets/generic/lists.scss b/app/assets/stylesheets/generic/lists.scss
index 85176fec0dc..08bf6e943d2 100644
--- a/app/assets/stylesheets/generic/lists.scss
+++ b/app/assets/stylesheets/generic/lists.scss
@@ -61,7 +61,7 @@
p {
padding-top: 1px;
margin: 0;
- color: #222;
+ color: $gray-dark;
img {
position: relative;
top: 3px;
@@ -74,7 +74,7 @@
}
.row_title {
- color: $text-color;
+ color: $gray-dark;
&:hover {
color: $text-color;