Resize paperclip.png

// FREEBIE
This commit is contained in:
lilia 2015-12-13 15:29:49 -08:00
parent 0009a50d4d
commit 7215afb6c7
3 changed files with 1 additions and 3 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.8 KiB

After

Width:  |  Height:  |  Size: 531 B

View File

@ -146,7 +146,6 @@ button.back {
width: 36px;
height: 100%;
background: url('/images/paperclip.png') no-repeat center center;
background-size: 70%;
}
input[type=file] {

View File

@ -125,8 +125,7 @@ button.back {
.file-input .paperclip {
width: 36px;
height: 100%;
background: url("/images/paperclip.png") no-repeat center center;
background-size: 70%; }
background: url("/images/paperclip.png") no-repeat center center; }
.file-input input[type=file] {
display: none;
position: absolute;