X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=view%2Ftheme%2Ffrio%2Fcss%2Fdropzone.frio.css;h=2c0e6768d57cf5eeda5c413325e28e9c2ec9302a;hb=4e1263c1f8aa0a3aeba0a95929678c18fc5a3c90;hp=74e52e8897d81f8f8b9f33a96fde31a24a5d75ae;hpb=6d09bf6bec2260e305fb4d1094fd595e39c48764;p=friendica.git diff --git a/view/theme/frio/css/dropzone.frio.css b/view/theme/frio/css/dropzone.frio.css index 74e52e8897..2c0e6768d5 100644 --- a/view/theme/frio/css/dropzone.frio.css +++ b/view/theme/frio/css/dropzone.frio.css @@ -199,9 +199,10 @@ transform: scale(1); } } -.dropzone, .dropzone * { +.dropzone, .dropzone .dz-default * { box-sizing: border-box; overflow: auto; + cursor: default; } .dropzone:not(textarea) { @@ -215,9 +216,6 @@ background-color: $background_color; margin-bottom: 10px; } -.dropzone.dz-clickable * { - cursor: default; -} .dropzone.dz-clickable .dz-message, .dropzone.dz-clickable .dz-message * { cursor: pointer; }