From 8c6f9dfb14d23970ef715f2f785db8ef90d8ccfe Mon Sep 17 00:00:00 2001 From: pliablepixels Date: Sun, 6 Mar 2016 16:38:03 -0500 Subject: #179, made packery drag and drop mode evident, added ability to save and restore Former-commit-id: f4335f3beab8f47d5b91af929e5053a03a2d1df2 --- www/css/style.css | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) (limited to 'www/css') 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; } -- cgit v1.2.3