Icon upgrade

Also remove unused images.

// FREEBIE
This commit is contained in:
lilia 2016-04-01 11:03:26 -07:00
parent 367a62111b
commit d8d34e7afc
31 changed files with 74 additions and 79 deletions

View file

@ -100,7 +100,7 @@ input.search {
display: block;
width: 16px;
height: 16px;
background: url('/images/x.png') no-repeat center;
background: url('/images/x.svg') no-repeat center;
background-size: cover;
}
@ -109,24 +109,6 @@ input.search {
}
}
.tool-bar {
button.show-new-conversation {
float: right;
height: $button-height;
width: $button-height;
border: 0;
outline: 0;
font: 300 36px $roboto;
color: white;
background: url('/images/pencil.png') no-repeat center center;
&:hover {
background-color: darken($grey_l, 3%);
}
}
}
.last-timestamp {
font-size: smaller;
float: right;