summaryrefslogtreecommitdiff
path: root/frontend/views/page/page.css
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/views/page/page.css')
-rw-r--r--frontend/views/page/page.css7
1 files changed, 7 insertions, 0 deletions
diff --git a/frontend/views/page/page.css b/frontend/views/page/page.css
index 2e90518..c29aff2 100644
--- a/frontend/views/page/page.css
+++ b/frontend/views/page/page.css
@@ -70,6 +70,7 @@
width: 100%;
white-space: nowrap;
padding: 0.25rem;
+ cursor: default;
}
.tileList .thumb {
width: 100%;
@@ -86,6 +87,12 @@
.tileList .row.sortable-drag {
opacity: 0.6;
}
+.tileList .row.link {
+ border: 1px solid #31f;
+ background: rgba(48,16,255,0.3);
+ box-shadow: inset 0 0 16px rgba(0,0,0,0.5);
+ padding-left: 0.375rem;
+}
/* tile form */