Browse Source

Fixes broken input fields in Safari.

master
paweldomas 10 years ago
parent
commit
18f03e296b
2 changed files with 3 additions and 1 deletions
  1. 2
    0
      css/main.css
  2. 1
    1
      index.html

+ 2
- 0
css/main.css View File

173
 }
173
 }
174
 
174
 
175
 input[type='text'], input[type='password'], textarea {
175
 input[type='text'], input[type='password'], textarea {
176
+    -webkit-user-select: text;
177
+    user-select: text;
176
     display: inline-block;
178
     display: inline-block;
177
     font-size: 14px;
179
     font-size: 14px;
178
     padding: 5px;
180
     padding: 5px;

+ 1
- 1
index.html View File

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

Loading…
Cancel
Save