summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-05-08 21:10:07 +0300
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-05-08 21:10:07 +0300
commit2ec1a879f7cb96370a54f379c39a88b75b67f4c7 (patch)
tree7906e98032286f200b9ec63c86e85a9715b0aeec /app
parent20be9ef251ff0d1e865f1ec5090ee151a24135bb (diff)
downloadgitlab-ce-2ec1a879f7cb96370a54f379c39a88b75b67f4c7.tar.gz
Add box shadow to issue box
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Diffstat (limited to 'app')
-rw-r--r--app/assets/stylesheets/generic/issue_box.scss1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/assets/stylesheets/generic/issue_box.scss b/app/assets/stylesheets/generic/issue_box.scss
index ccdcc657946..d4d3361bc72 100644
--- a/app/assets/stylesheets/generic/issue_box.scss
+++ b/app/assets/stylesheets/generic/issue_box.scss
@@ -12,6 +12,7 @@
margin:20px 0;
background: #FFF;
border: 1px solid #EEE;
+ @include box-shadow(0 1px 1px rgba(0, 0, 0, 0.05));
&.issue-box-closed {
border-color: #DA4E49;