Hide .smart-upload elements

pull/5742/merge
Aleksander Machniak 8 years ago
parent ab368a7ec1
commit 4f2fe99bcd

@ -1,5 +1,13 @@
/*** Common form elements style ***/
form.smart-upload,
input.smart-upload {
visibility: hidden;
width: 1px;
height: 1px;
opacity: 0;
}
/* TODO: review when decided what css framework to use */
table.propform {

Loading…
Cancel
Save