diff options
-rw-r--r-- | module/web/static/css/default/dashboard.less | 2 | ||||
-rw-r--r-- | module/web/templates/default/dashboard.html | 2 |
2 files changed, 1 insertions, 3 deletions
diff --git a/module/web/static/css/default/dashboard.less b/module/web/static/css/default/dashboard.less index 4f82eb82e..6d0f8cf65 100644 --- a/module/web/static/css/default/dashboard.less +++ b/module/web/static/css/default/dashboard.less @@ -110,7 +110,7 @@ // Box containing the files
.package-view > ul {
- .gradient(left, @yellowLighter, @yellowLightest);
+ .gradient(left, @light, @greenLight);
// box-shadow: 0 0 5px black;
}
/*
diff --git a/module/web/templates/default/dashboard.html b/module/web/templates/default/dashboard.html index 0d2b65565..3ed8420e9 100644 --- a/module/web/templates/default/dashboard.html +++ b/module/web/templates/default/dashboard.html @@ -18,8 +18,6 @@ <span class="checkbox"></span>
<i class="icon-folder-close icon-white"></i>
Package <%= pid %>: <%= name %>
-
- <i class="icon-edit icon-white pull-right"></i>
</div>
<div class="package-row second">
<span>
|