]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/frio/css/dropzone.frio.css
Fixed indentation
[friendica.git] / view / theme / frio / css / dropzone.frio.css
index 74e52e8897d81f8f8b9f33a96fde31a24a5d75ae..2c0e6768d57cf5eeda5c413325e28e9c2ec9302a 100644 (file)
                transform: scale(1);
        }
 }
-.dropzone, .dropzone * {
+.dropzone, .dropzone .dz-default * {
        box-sizing: border-box;
        overflow: auto;
+       cursor: default;
 }
 
 .dropzone:not(textarea) {
        background-color: $background_color;
        margin-bottom: 10px;
 }
-.dropzone.dz-clickable * {
-       cursor: default;
-}
 .dropzone.dz-clickable .dz-message, .dropzone.dz-clickable .dz-message * {
        cursor: pointer;
 }