Commit a442ee3c authored by prumde's avatar prumde

Disable selection


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@174424 ce508802-f39f-4f6c-b175-0d175dae99d5
parent db160bc7
......@@ -10,6 +10,17 @@
<link rel="stylesheet" href="/ecm/assets/css/material-theme.css">
<link rel="stylesheet" href="/ecm/assets/css/flickity.css">
<link rel="stylesheet" href="/ecm/assets/css/foundation.min.css">
<style type="text/css">
/* Disable user selection except Inputs with type text and password, TextArea */
*:not(input):not(textarea):not(text):not(password)
{
-webkit-touch-callout: none; /* disable the IOS popup when long-press on a link */
-webkit-user-select: none; /* Chrome all / Safari all / disable selection/Copy of UIWebView*/
-moz-user-select: none; /* Firefox all */
-ms-user-select: none; /* IE 10+ */
outline: none; /*Added by Dnyaneshwar on 18-Feb-15 [ Outline coming in E12PopupPanel after added focus panel.]*/
}
</style>
<script src="/ecm/assets/js/jquery-1.10.2.js"></script>
<script src="/ecm/assets/js/modernizr.custom.js"></script>
<script src="/ecm/assets/js/classie.js"></script>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment