Bugfix, for Ios, with the button of search
This commit is contained in:
parent
33a42a682a
commit
21587994c8
|
@ -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…
Reference in a new issue