mirror of https://github.com/kern/filepizza
Mildly improve drop-zone css.
parent
3da3b2d443
commit
d76377e265
@ -1,10 +1,9 @@
|
|||||||
#drop_zone {
|
.drop-zone {
|
||||||
border: 1.5px solid #bbb;
|
|
||||||
-moz-border-radius: 5px;
|
|
||||||
-webkit-border-radius: 5px;
|
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
padding: 25px;
|
padding-top: 200px;
|
||||||
|
padding-bottom: 200px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
font: 20pt 'Helvetica-Light';
|
font: 20pt 'HelveticaNeue-Light';
|
||||||
color: #bbb;
|
color: #444;
|
||||||
|
background-color: #eee;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue