Bugfix, for Ios, with the button of search
This commit is contained in:
parent
33a42a682a
commit
21587994c8
2 changed files with 4 additions and 0 deletions
|
@ -184,6 +184,8 @@ header h1{
|
||||||
|
|
||||||
.headright {
|
.headright {
|
||||||
float: right;
|
float: right;
|
||||||
|
/*for ios compatibility*/
|
||||||
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* =============================================================================
|
/* =============================================================================
|
||||||
|
|
|
@ -189,6 +189,8 @@ header h1{
|
||||||
|
|
||||||
.headright {
|
.headright {
|
||||||
float: right;
|
float: right;
|
||||||
|
/*for ios compatibility*/
|
||||||
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* =============================================================================
|
/* =============================================================================
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue