change attachment icon
// FREEBIE
This commit is contained in:
parent
9031b4c10c
commit
d914f4affe
3 changed files with 2 additions and 4 deletions
Binary file not shown.
Before Width: | Height: | Size: 2 KiB After Width: | Height: | Size: 2.8 KiB |
|
@ -146,8 +146,7 @@ button.back {
|
||||||
width: 36px;
|
width: 36px;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
background: url('/images/paperclip.png') no-repeat center center;
|
background: url('/images/paperclip.png') no-repeat center center;
|
||||||
background-size: 90%;
|
background-size: 70%;
|
||||||
margin-top: 4px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
input[type=file] {
|
input[type=file] {
|
||||||
|
|
|
@ -126,8 +126,7 @@ button.back {
|
||||||
width: 36px;
|
width: 36px;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
background: url("/images/paperclip.png") no-repeat center center;
|
background: url("/images/paperclip.png") no-repeat center center;
|
||||||
background-size: 90%;
|
background-size: 70%; }
|
||||||
margin-top: 4px; }
|
|
||||||
.file-input input[type=file] {
|
.file-input input[type=file] {
|
||||||
display: none;
|
display: none;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
|
Loading…
Reference in a new issue