summaryrefslogtreecommitdiff
path: root/www/css
diff options
context:
space:
mode:
authorpliablepixels <pliablepixels@gmail.com>2016-03-06 16:38:03 -0500
committerpliablepixels <pliablepixels@gmail.com>2016-03-06 16:38:03 -0500
commit8c6f9dfb14d23970ef715f2f785db8ef90d8ccfe (patch)
treed2ec3dfb8df273e31b1fe05a8abea1176536da8b /www/css
parent856e977356f0a70839f323deef44671fb3f6f533 (diff)
#179, made packery drag and drop mode evident, added ability to save and restore
Former-commit-id: f4335f3beab8f47d5b91af929e5053a03a2d1df2
Diffstat (limited to 'www/css')
-rw-r--r--www/css/style.css16
1 files changed, 9 insertions, 7 deletions
diff --git a/www/css/style.css b/www/css/style.css
index fb2f6241..65b92df3 100644
--- a/www/css/style.css
+++ b/www/css/style.css
@@ -208,13 +208,13 @@ figcaption {
}
.normal-figcaption {
- background: #575656;
+ background: rgba(0,0,0,0.2);
color: #FFF;
position: absolute;
bottom: 0;
left: 0;
right: 0;
- opacity:0.7;
+
}
.alarmed-figcaption {
@@ -786,6 +786,11 @@ body { font-family: sans-serif; }
/* ---- grid ---- */
+.dragborder
+{
+ border:2px dotted #3498db;
+}
+
.grid-sizer,
.grid-item { width: 20%; }
.grid-item-20 { width: 20%; }
@@ -809,18 +814,15 @@ body { font-family: sans-serif; }
.grid-item img {
display: block;
max-width: 100%;
+
}
/* ---- .grid-item ---- */
-.grid-item:hover {
- border-color: hsla(0, 0%, 100%, 0.5);
- cursor: move;
-}
.grid-item.is-dragging,
.grid-item.is-positioning-post-drag {
- background: #C90;
+ background: #34495e;
z-index: 2;
}