From 9fbe3ac771bfb953fe46c6989333b09600570cad Mon Sep 17 00:00:00 2001 From: Dmitriy Zaporozhets Date: Wed, 13 Nov 2013 17:39:04 +0200 Subject: [PATCH] Nicer ui-box-danger --- app/assets/stylesheets/gitlab_bootstrap/blocks.scss | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/app/assets/stylesheets/gitlab_bootstrap/blocks.scss b/app/assets/stylesheets/gitlab_bootstrap/blocks.scss index 53de806..b266fe3 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; } } -- libgit2 0.21.2