1
0
Fork 0

Improve media upload button styles.

This commit is contained in:
Nicolas Perriault 2017-05-11 12:13:56 +02:00
parent b7001eb8da
commit f25f560f8f
No known key found for this signature in database
GPG Key ID: DA5E4C83904F7A2A
1 changed files with 11 additions and 0 deletions

View File

@ -465,7 +465,18 @@ li.load-more {
height: 100%;
display: block;
content: 'Attach a media';
border-radius: 4px;
}
input.form-control[type=file] {
background: none;
}
input[type=file]:focus {
outline: 0;
outline-offset: 0;
border-color: #000;
box-shadow: none;
}
.draft-attachment-input:hover:after {