Commit 741db7603ce198f15b2325d1e4bc776cbb291ab6
1 parent
580db8de
Exists in
spb-stable
and in
3 other branches
Improve issue box UI
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Showing
1 changed file
with
1 additions
and
3 deletions
Show diff stats
app/assets/stylesheets/generic/issue_box.scss
| @@ -11,7 +11,7 @@ | @@ -11,7 +11,7 @@ | ||
| 11 | color: #666; | 11 | color: #666; |
| 12 | margin:20px 0; | 12 | margin:20px 0; |
| 13 | background: #FAFAFA; | 13 | background: #FAFAFA; |
| 14 | - border: 1px solid #DDD; | 14 | + border: 1px solid #EEE; |
| 15 | 15 | ||
| 16 | .control-group { | 16 | .control-group { |
| 17 | margin-bottom: 0; | 17 | margin-bottom: 0; |
| @@ -27,8 +27,6 @@ | @@ -27,8 +27,6 @@ | ||
| 27 | 27 | ||
| 28 | .context { | 28 | .context { |
| 29 | border: none; | 29 | border: none; |
| 30 | - background-color: #f5f5f5; | ||
| 31 | - border: none; | ||
| 32 | border-top: 1px solid #eee; | 30 | border-top: 1px solid #eee; |
| 33 | } | 31 | } |
| 34 | 32 |