mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-07-13 00:26:56 +01:00
Set search-cancel-pointer to hand
Nicer looking and more intuitive // FREEBIE
This commit is contained in:
@@ -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 {
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user