mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-12 17:04:57 +00:00
* fix reload app.config.json * improve style mobile fix test * test karma setup update * fix core providers test * remove unused providers * use mock api in service test * skip test in the wrong place * remove comma * remove fdescribe
16 lines
250 B
CSS
16 lines
250 B
CSS
adf-upload-drag-area {
|
|
overflow: hidden;
|
|
}
|
|
|
|
.upload-border {
|
|
vertical-align: middle;
|
|
text-align: center;
|
|
width: 100%;
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
.file-draggable__input-focus {
|
|
color: #2196F3;
|
|
border: 1px dashed #2196F3;
|
|
}
|