// FREEBIE
@ -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 {
outline: 0; }
input.search::-webkit-search-cancel-button {
background: url("/images/x.png") no-repeat center;
background-size: cover; }
.tool-bar button.show-new-conversation {
float: right;