aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--www/css/fms.css7
1 files changed, 7 insertions, 0 deletions
diff --git a/www/css/fms.css b/www/css/fms.css
index 2a4ebb5..f69ca69 100644
--- a/www/css/fms.css
+++ b/www/css/fms.css
@@ -1,4 +1,5 @@
*{
+ -webkit-user-select: none;
box-sizing:border-box;
}
label{
@@ -512,6 +513,12 @@
pointer-events: all;
}
+ input,
+ textarea,
+ select {
+ -webkit-user-select: auto;
+ }
+
.ui-input-search {
background-image: none;
background-color: rgba(255,255,255,0.95);