From 18f03e296bcc359fc7182be4ed0fd5d7c015b306 Mon Sep 17 00:00:00 2001 From: paweldomas Date: Fri, 14 Aug 2015 12:01:01 +0200 Subject: [PATCH] Fixes broken input fields in Safari. --- css/main.css | 2 ++ index.html | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/css/main.css b/css/main.css index 27b254762..5bcda6c42 100644 --- a/css/main.css +++ b/css/main.css @@ -173,6 +173,8 @@ a.bottomToolbarButton:hover { } input[type='text'], input[type='password'], textarea { + -webkit-user-select: text; + user-select: text; display: inline-block; font-size: 14px; padding: 5px; diff --git a/index.html b/index.html index 1739800c3..62ce78839 100644 --- a/index.html +++ b/index.html @@ -24,7 +24,7 @@ - +