summaryrefslogtreecommitdiff
path: root/app/assets
diff options
context:
space:
mode:
authorrandx <dmitriy.zaporozhets@gmail.com>2012-07-21 10:23:05 +0300
committerrandx <dmitriy.zaporozhets@gmail.com>2012-07-21 10:23:05 +0300
commita69fc5dd23bd502fd36892a80eec21a4c53891f8 (patch)
tree15c774c5367e48ac2ffc6ce5916ab6595da10e49 /app/assets
parent860fa1163a5fbdfec2bb01ff2d584351554dee29 (diff)
downloadgitlab-ce-a69fc5dd23bd502fd36892a80eec21a4c53891f8.tar.gz
Endless event loading for dsahboard
Diffstat (limited to 'app/assets')
-rw-r--r--app/assets/stylesheets/header.scss3
-rw-r--r--app/assets/stylesheets/themes/ui_mars.scss3
2 files changed, 1 insertions, 5 deletions
diff --git a/app/assets/stylesheets/header.scss b/app/assets/stylesheets/header.scss
index c3a570036bb..07eba39b275 100644
--- a/app/assets/stylesheets/header.scss
+++ b/app/assets/stylesheets/header.scss
@@ -125,9 +125,6 @@ header {
display: block;
cursor: pointer;
img {
- -moz-box-shadow: 0 0 5px #ccc;
- -webkit-box-shadow: 0 0 5px #ccc;
- box-shadow: 0 0 5px #ccc;
border-radius: 4px;
right: 5px;
position: absolute;
diff --git a/app/assets/stylesheets/themes/ui_mars.scss b/app/assets/stylesheets/themes/ui_mars.scss
index 0fea6144431..39dcab1d085 100644
--- a/app/assets/stylesheets/themes/ui_mars.scss
+++ b/app/assets/stylesheets/themes/ui_mars.scss
@@ -70,8 +70,7 @@
}
}
.separator {
- border-color:#444;
- background:#31363E;
+ display:none;
}
}