ソースを参照

Merge branch 'safari_fix' into 'staging'

Fix input field selection on Safari

See merge request !18
tags/v0.1.2
Big Bad Waffle 7年前
コミット
16fbd4a8f6
1個のファイルの変更9行の追加1行の削除
  1. +9
    -1
      src/client/css/ui.less

+ 9
- 1
src/client/css/ui.less ファイルの表示

@@ -1,6 +1,14 @@
@import "colors.less";

[class^="ui"] {
input, textarea {
-webkit-user-select: text;
-khtml-user-select: text;
-moz-user-select: text;
-ms-user-select: text;
user-select: text;
}

.el {
height: 35px;
text-align: center;
@@ -30,4 +38,4 @@
.spacer-h {
width: 100%;
}
}
}

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