summaryrefslogtreecommitdiffstats
path: root/module/web/static/css/default/dashboard.less
diff options
context:
space:
mode:
Diffstat (limited to 'module/web/static/css/default/dashboard.less')
-rw-r--r--module/web/static/css/default/dashboard.less32
1 files changed, 28 insertions, 4 deletions
diff --git a/module/web/static/css/default/dashboard.less b/module/web/static/css/default/dashboard.less
index e60a21dfb..0c749eb36 100644
--- a/module/web/static/css/default/dashboard.less
+++ b/module/web/static/css/default/dashboard.less
@@ -110,18 +110,42 @@
.package-row.third {
line-height: 26px;
+
}
.package-view a {
color: @light;
}
+// Tag area with different effect on hover
+.tag-area {
+ display: inline-block;
+
+ .badge i {
+ cursor: pointer;
+ &:hover {
+ background-position: -312px 0; // Remove icon
+ }
+ }
+
+ .badge-ghost {
+ visibility: hidden;
+ cursor: pointer;
+ opacity: 0.5;
+ }
+
+ &:hover .badge-ghost {
+ visibility: visible;
+ }
+
+}
+
// Box containing the files
.package-view > ul {
overflow: hidden;
- .gradient(left, @light, @greenLight);
-// box-shadow: 0 0 5px black;
+ .gradient(left, @light, @greenLight); // box-shadow: 0 0 5px black;
}
+
/*
File view
*/
@@ -131,8 +155,7 @@
}
.file-view > div {
- border-radius: 5px;
-// .gradient(top, @blueLighter, @blueLightest);
+ border-radius: 5px; // .gradient(top, @blueLighter, @blueLightest);
line-height: 26px;
}
@@ -154,6 +177,7 @@
.file-row.second {
width: 30%;
}
+
/*
FANCY CHECKBOXES
*/