Set search-cancel-pointer to hand
Nicer looking and more intuitive // FREEBIE
This commit is contained in:
parent
ae3a834b4c
commit
97d8d11ae0
2 changed files with 5 additions and 0 deletions
|
@ -96,6 +96,9 @@ input.search {
|
||||||
background: url('/images/x.png') no-repeat center;
|
background: url('/images/x.png') no-repeat center;
|
||||||
background-size: cover;
|
background-size: cover;
|
||||||
}
|
}
|
||||||
|
&::-webkit-search-cancel-button:hover {
|
||||||
|
cursor: pointer;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.tool-bar {
|
.tool-bar {
|
||||||
|
|
|
@ -448,6 +448,8 @@ input.search {
|
||||||
height: 16px;
|
height: 16px;
|
||||||
background: url("/images/x.png") no-repeat center;
|
background: url("/images/x.png") no-repeat center;
|
||||||
background-size: cover; }
|
background-size: cover; }
|
||||||
|
input.search::-webkit-search-cancel-button:hover {
|
||||||
|
cursor: pointer; }
|
||||||
|
|
||||||
.tool-bar button.show-new-conversation {
|
.tool-bar button.show-new-conversation {
|
||||||
float: right;
|
float: right;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue