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
path: root/app
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-06-03 17:22:46 +0400
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-06-03 17:22:52 +0400
commit5b87a4dc517eccb0e100ce751bf631bc0ee01100 (patch)
tree1e0747becf6a81c743462c48c1ae263ab4e6973d /app
parentd7960bca8d2dbc67d369e70fee468364c4850481 (diff)
Use same colors for disabled buttons
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Diffstat (limited to 'app')
-rw-r--r--app/assets/stylesheets/generic/buttons.scss8
1 files changed, 0 insertions, 8 deletions
diff --git a/app/assets/stylesheets/generic/buttons.scss b/app/assets/stylesheets/generic/buttons.scss
index a9849aa487c..36fc771a9dc 100644
--- a/app/assets/stylesheets/generic/buttons.scss
+++ b/app/assets/stylesheets/generic/buttons.scss
@@ -67,8 +67,6 @@
&.disabled,
&[disabled] {
color: #ffffff;
- background-color: #3286b1;
- border-color: #286e8e;
}
}
@@ -83,8 +81,6 @@
&.disabled,
&[disabled] {
color: #ffffff;
- background-color: #47a447;
- border-color: #398439;
}
}
@@ -99,8 +95,6 @@
&.disabled,
&[disabled] {
color: #ffffff;
- background-color: #d2322d;
- border-color: #ac2925;
}
}
@@ -115,8 +109,6 @@
&.disabled,
&[disabled] {
color: #ffffff;
- background-color: #e38c02;
- border-color: #e38c02;
}
}