Show cursor:text when pointing over search input

Changes:
 -  added styles pointer:text for #searchInput element

Bug: T161763
Change-Id: I39050a3e81c6b2e014f8955df188629a025ef2c1
This commit is contained in:
Piotr Miazga 2017-07-31 19:12:59 +02:00
parent 061019ddb2
commit a0e390a9e5
1 changed files with 4 additions and 0 deletions

View File

@ -160,6 +160,10 @@ body {
}
}
#searchInput {
cursor: text;
}
.search-box,
// Selector is needed to override table-cell rules
.header .search-box {