Set search-cancel-pointer to hand

Nicer looking and more intuitive

// FREEBIE
This commit is contained in:
mad-de 2015-12-07 22:28:22 +01:00 committed by lilia
parent ae3a834b4c
commit 97d8d11ae0
2 changed files with 5 additions and 0 deletions

View file

@ -96,6 +96,9 @@ input.search {
background: url('/images/x.png') no-repeat center;
background-size: cover;
}
&::-webkit-search-cancel-button:hover {
cursor: pointer;
}
}
.tool-bar {

View file

@ -448,6 +448,8 @@ input.search {
height: 16px;
background: url("/images/x.png") no-repeat center;
background-size: cover; }
input.search::-webkit-search-cancel-button:hover {
cursor: pointer; }
.tool-bar button.show-new-conversation {
float: right;