Style search clear element

// FREEBIE
This commit is contained in:
lilia 2015-12-06 20:40:29 -08:00
parent 2cde35e212
commit ae686b3984
2 changed files with 13 additions and 0 deletions

View file

@ -89,6 +89,13 @@ input.search {
padding: 0;
margin: 0;
outline: 0;
&::-webkit-search-cancel-button {
-webkit-appearance: none;
width: 16px;
height: 16px;
background: url('/images/x.png') no-repeat center;
background-size: cover;
}
}
.tool-bar {

View file

@ -442,6 +442,12 @@ input.search {
padding: 0;
margin: 0;
outline: 0; }
input.search::-webkit-search-cancel-button {
-webkit-appearance: none;
width: 16px;
height: 16px;
background: url("/images/x.png") no-repeat center;
background-size: cover; }
.tool-bar button.show-new-conversation {
float: right;