Fixes broken input fields in Safari.

pull/344/head
paweldomas 10 years ago
parent 5cd9db1b6a
commit 18f03e296b
  1. 2
      css/main.css
  2. 2
      index.html

@ -173,6 +173,8 @@ a.bottomToolbarButton:hover {
} }
input[type='text'], input[type='password'], textarea { input[type='text'], input[type='password'], textarea {
-webkit-user-select: text;
user-select: text;
display: inline-block; display: inline-block;
font-size: 14px; font-size: 14px;
padding: 5px; padding: 5px;

@ -24,7 +24,7 @@
<script src="analytics.js?v=1"></script><!-- google analytics plugin --> <script src="analytics.js?v=1"></script><!-- google analytics plugin -->
<link rel="stylesheet" href="css/font.css?v=7"/> <link rel="stylesheet" href="css/font.css?v=7"/>
<link rel="stylesheet" href="css/toastr.css?v=1"> <link rel="stylesheet" href="css/toastr.css?v=1">
<link rel="stylesheet" type="text/css" media="screen" href="css/main.css?v=30"/> <link rel="stylesheet" type="text/css" media="screen" href="css/main.css?v=31"/>
<link rel="stylesheet" type="text/css" media="screen" href="css/videolayout_default.css?v=19" id="videolayout_default"/> <link rel="stylesheet" type="text/css" media="screen" href="css/videolayout_default.css?v=19" id="videolayout_default"/>
<link href="//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css" rel="stylesheet"> <link href="//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css" rel="stylesheet">
<link rel="stylesheet" href="css/jquery-impromptu.css?v=4"> <link rel="stylesheet" href="css/jquery-impromptu.css?v=4">

Loading…
Cancel
Save