Browse Source

Bugfix, for Ios, with the button of search

master
sb domo 10 years ago
parent
commit
21587994c8
2 changed files with 4 additions and 0 deletions
  1. +2
    -0
      styles/style-default.css
  2. +2
    -0
      styles/style-eink.css

+ 2
- 0
styles/style-default.css View File

@@ -184,6 +184,8 @@ header h1{

.headright {
float: right;
/*for ios compatibility*/
cursor: pointer;
}

/* =============================================================================


+ 2
- 0
styles/style-eink.css View File

@@ -189,6 +189,8 @@ header h1{

.headright {
float: right;
/*for ios compatibility*/
cursor: pointer;
}

/* =============================================================================


Loading…
Cancel
Save