roojs-ui.js
[roojs1] / less / roojs-bootstrap / phone-input.less
index c6fdd82..b293aba 100644 (file)
@@ -1,16 +1,22 @@
 .tel-input {
-    padding-left: 140px;
+    padding-left: 105px;
     border-radius: 4px !important;
 }
 
 .dial-code-holder {
     position: absolute;
-    width: 80px;
+    width: 60px;
     left: 55px;
     z-index: 3;
     padding: 7px;
-    border: transparent;
+    border: 1px solid transparent;
     background: transparent;
+    -webkit-touch-callout: none;
+    -webkit-user-select: none;
+    -khtml-user-select: none;
+    -moz-user-select: none;
+    -ms-user-select: none;
+    user-select: none;
 }
 
 .tel-list {
       height: 10px;
       background-position: -5610px 0px;
     }
+    &.ot {
+      height: 0px;
+    }
 }