Non puoi selezionare più di 25 argomenti
Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
26 righe
614 B
26 righe
614 B
@import "../../node_modules/blueimp-file-upload/css/jquery.fileupload-ui"; |
|
@import "../../node_modules/blueimp-file-upload/css/jquery.fileupload"; |
|
|
|
.dropper-parent { |
|
display: table; |
|
.dropper-dropzone { |
|
background: #ffffff; |
|
border: 3px dashed #cccccc; |
|
border-radius: 0; |
|
color: #666666; |
|
cursor: pointer; |
|
font-size: 14px; |
|
margin: 0; |
|
padding: 25px; |
|
text-align: center; |
|
display: table-cell !important; |
|
vertical-align: middle; |
|
width: 100%; |
|
height: 300px; |
|
} |
|
.dropper-dropzone:hover { |
|
background: #eeeeee; |
|
border-color: #999999; |
|
color: #333333; |
|
} |
|
} |