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:
Diffstat (limited to 'app/assets/stylesheets/common.scss')
-rw-r--r--app/assets/stylesheets/common.scss3
1 files changed, 2 insertions, 1 deletions
diff --git a/app/assets/stylesheets/common.scss b/app/assets/stylesheets/common.scss
index 46f2321ba2f..fdccfb81b76 100644
--- a/app/assets/stylesheets/common.scss
+++ b/app/assets/stylesheets/common.scss
@@ -680,7 +680,8 @@ li.note {
}
}
&.closed {
- background: #F9f9f9;
+ background: #F5f5f5;
+ border-color:#E5E5E5;
.icon {
background: #DDD;
border:1px solid #BBB;