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 | 32 | } |
33 | 33 | |
34 | 34 | &.ui-box-show { |
35 | + text-shadow: 0 1px 1px #fff; | |
36 | + color: #666; | |
35 | 37 | margin:20px 0; |
36 | 38 | background: #FFF; |
37 | 39 | box-shadow: inset 0 1px 0 #fff, 0 1px 5px #f1f1f1; |
... | ... | @@ -71,7 +73,6 @@ |
71 | 73 | |
72 | 74 | .ui-box-head { |
73 | 75 | .box-title { |
74 | - color: $style_color; | |
75 | 76 | font-size: 18px; |
76 | 77 | font-weight: normal; |
77 | 78 | line-height: 28px; | ... | ... |