Skip to content
This repository has been archived by the owner on May 23, 2019. It is now read-only.

Commit

Permalink
fix(UI): Fix error with Safari not working with edit boxes
Browse files Browse the repository at this point in the history
Fixes #171

Signed-off-by: Chris Jackson <chris@cd-jackson.com>
  • Loading branch information
cdjackson committed May 26, 2016
1 parent 31dc60f commit c5664ea
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified output/org.openhab.ui.habmin_2.0.0.SNAPSHOT-0.1.6.jar
Binary file not shown.
2 changes: 1 addition & 1 deletion src/less/main.less
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@
// Stop the user selecting text (it's annoying)
* {
-webkit-touch-callout: none;
-webkit-user-select: none;
// -webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
Expand Down

0 comments on commit c5664ea

Please sign in to comment.