Style search clear element

// FREEBIE
pull/749/head
lilia 9 years ago
parent 2cde35e212
commit ae686b3984

@ -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 {

@ -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;

Loading…
Cancel
Save