From 21587994c8002623cd08560e9739af55d82b5e5a Mon Sep 17 00:00:00 2001 From: sb domo Date: Sat, 10 Aug 2013 09:42:17 +0200 Subject: [PATCH] Bugfix, for Ios, with the button of search --- styles/style-default.css | 2 ++ styles/style-eink.css | 2 ++ 2 files changed, 4 insertions(+) diff --git a/styles/style-default.css b/styles/style-default.css index 434cff6..c04df73 100644 --- a/styles/style-default.css +++ b/styles/style-default.css @@ -184,6 +184,8 @@ header h1{ .headright { float: right; + /*for ios compatibility*/ + cursor: pointer; } /* ============================================================================= diff --git a/styles/style-eink.css b/styles/style-eink.css index 815b1eb..a2d1c03 100644 --- a/styles/style-eink.css +++ b/styles/style-eink.css @@ -189,6 +189,8 @@ header h1{ .headright { float: right; + /*for ios compatibility*/ + cursor: pointer; } /* =============================================================================