summaryrefslogtreecommitdiff
path: root/app/assets
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-11-13 17:39:04 +0200
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-11-13 17:39:04 +0200
commit9fbe3ac771bfb953fe46c6989333b09600570cad (patch)
treeb9670e80c00a9674e009c8f1b4f266c2f3ca2f01 /app/assets
parentaed65f56ec746eeae0af86ec7ff733bda881b41d (diff)
downloadgitlab-ce-9fbe3ac771bfb953fe46c6989333b09600570cad.tar.gz
Nicer ui-box-danger
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Diffstat (limited to 'app/assets')
-rw-r--r--app/assets/stylesheets/gitlab_bootstrap/blocks.scss6
1 files changed, 4 insertions, 2 deletions
diff --git a/app/assets/stylesheets/gitlab_bootstrap/blocks.scss b/app/assets/stylesheets/gitlab_bootstrap/blocks.scss
index 53de8067abc..b266fe3f5a2 100644
--- a/app/assets/stylesheets/gitlab_bootstrap/blocks.scss
+++ b/app/assets/stylesheets/gitlab_bootstrap/blocks.scss
@@ -44,11 +44,13 @@
}
&.ui-box-danger {
+ background: #f7f7f7;
+ border: none;
+
.title {
- @include linear-gradient(#F26E5E, #bd362f);
+ background: #D65;
color: #fff;
text-shadow: 0 1px 1px #900;
- font-weight: bold;
}
}