Resize paperclip.png
// FREEBIE
This commit is contained in:
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 |
|
@ -146,7 +146,6 @@ 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: 70%;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
input[type=file] {
|
input[type=file] {
|
||||||
|
|
|
@ -125,8 +125,7 @@ button.back {
|
||||||
.file-input .paperclip {
|
.file-input .paperclip {
|
||||||
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: 70%; }
|
|
||||||
.file-input input[type=file] {
|
.file-input input[type=file] {
|
||||||
display: none;
|
display: none;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
|
Loading…
Reference in a new issue