Преглед изворни кода

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%;
}
}
}

Loading…
Откажи
Сачувај