diff options
author | Mario Vavti <mario@mariovavti.com> | 2016-07-27 16:49:55 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2016-07-27 16:49:55 +0200 |
commit | f808f1601b548ee4830f7a16b479eadce3b66094 (patch) | |
tree | 6368ffe7fab0ee78e6c3e3ebab26bd62f5c395ca /view/css | |
parent | 672c3d7c6df2bf4667546c4376318d8684568014 (diff) | |
download | volse-hubzilla-f808f1601b548ee4830f7a16b479eadce3b66094.tar.gz volse-hubzilla-f808f1601b548ee4830f7a16b479eadce3b66094.tar.bz2 volse-hubzilla-f808f1601b548ee4830f7a16b479eadce3b66094.zip |
rework drag and drop to drag directly into files area, implement the default upload button to work with the same mechanism as drag and drop, revert 560af7a5b8e30001ea6bf9a6d2ea36e94ae904d0 since it did not work so well with the new cloud upload mechanism
Diffstat (limited to 'view/css')
-rw-r--r-- | view/css/mod_cloud.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/view/css/mod_cloud.css b/view/css/mod_cloud.css index ed07ceb6f..85b6e4aff 100644 --- a/view/css/mod_cloud.css +++ b/view/css/mod_cloud.css @@ -41,3 +41,7 @@ padding: 7px 10px; width: 100%; } + +#cloud-drag-area.hover { + box-shadow: inset 0 0px 7px #5cb85c; +} |