Commit a4de8f71c7a268c637d3876caa8bf6388d8e5620
1 parent
60e2a656
Exists in
master
and in
4 other branches
Minor UI improvement for ui-box-show
Showing
1 changed file
with
2 additions
and
1 deletions
Show diff stats
app/assets/stylesheets/gitlab_bootstrap/blocks.scss
@@ -32,6 +32,8 @@ | @@ -32,6 +32,8 @@ | ||
32 | } | 32 | } |
33 | 33 | ||
34 | &.ui-box-show { | 34 | &.ui-box-show { |
35 | + text-shadow: 0 1px 1px #fff; | ||
36 | + color: #666; | ||
35 | margin:20px 0; | 37 | margin:20px 0; |
36 | background: #FFF; | 38 | background: #FFF; |
37 | box-shadow: inset 0 1px 0 #fff, 0 1px 5px #f1f1f1; | 39 | box-shadow: inset 0 1px 0 #fff, 0 1px 5px #f1f1f1; |
@@ -71,7 +73,6 @@ | @@ -71,7 +73,6 @@ | ||
71 | 73 | ||
72 | .ui-box-head { | 74 | .ui-box-head { |
73 | .box-title { | 75 | .box-title { |
74 | - color: $style_color; | ||
75 | font-size: 18px; | 76 | font-size: 18px; |
76 | font-weight: normal; | 77 | font-weight: normal; |
77 | line-height: 28px; | 78 | line-height: 28px; |