Commit 5880c8c20b9ece60392b54df462dbb1cd61f59b2

Authored by Edmar Moretti
1 parent 1900fc1f

Correção no comportament da seleção por clique nos campos input de tipo texto

css/geral.css
... ... @@ -8,6 +8,13 @@ para nao selecionar
8 8 -o-user-select: none;
9 9 user-select: none;
10 10 }
  11 +input[type=text]{
  12 + -webkit-user-select: text;
  13 + -khtml-user-select: text;
  14 + -moz-user-select: text;
  15 + -o-user-select: text;
  16 + user-select: text;
  17 +}
11 18 /*
12 19 Popup do identifica no openlayers 3
13 20 */
... ...
css/i3geo6.css
... ... @@ -8,6 +8,13 @@ para nao selecionar
8 8 -o-user-select: none;
9 9 user-select: none;
10 10 }
  11 +input[type=text]{
  12 +-webkit-user-select: text;
  13 +-khtml-user-select: text;
  14 +-moz-user-select: text;
  15 +-o-user-select: text;
  16 +user-select: text;
  17 +}
11 18 /*
12 19 Popup do identifica no openlayers 3
13 20 */
... ...
css/i3geo6.css.php
... ... @@ -8,6 +8,13 @@ para nao selecionar
8 8 -o-user-select: none;
9 9 user-select: none;
10 10 }
  11 +input[type=text]{
  12 +-webkit-user-select: text;
  13 +-khtml-user-select: text;
  14 +-moz-user-select: text;
  15 +-o-user-select: text;
  16 +user-select: text;
  17 +}
11 18 /*
12 19 Popup do identifica no openlayers 3
13 20 */
... ...
css/i3geo_ferramentas6.css
... ... @@ -8,6 +8,13 @@ para nao selecionar
8 8 -o-user-select: none;
9 9 user-select: none;
10 10 }
  11 +input[type=text]{
  12 + -webkit-user-select: text;
  13 + -khtml-user-select: text;
  14 + -moz-user-select: text;
  15 + -o-user-select: text;
  16 + user-select: text;
  17 +}
11 18 /*
12 19 Popup do identifica no openlayers 3
13 20 */
... ...