ソースを参照

Fixes broken input fields in Safari.

master
paweldomas 9年前
コミット
18f03e296b
2個のファイルの変更3行の追加1行の削除
  1. 2
    0
      css/main.css
  2. 1
    1
      index.html

+ 2
- 0
css/main.css ファイルの表示

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

+ 1
- 1
index.html ファイルの表示

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

読み込み中…
キャンセル
保存