diff options
Diffstat (limited to 'www/css')
| -rw-r--r-- | www/css/style.css | 16 |
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; } |
