Commit 7bb3fb62ca9ebaec7bc774a3641841f8e1fb4c15

Authored by Edmar Moretti
1 parent 49924f2b
Exists in master

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 .olPopupCloseBox {
13 20 background: url("img/edit-delete.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
... ...
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 .olPopupCloseBox {
13 20 background: url("img/edit-delete.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
... ...
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 .olPopupCloseBox {
13 20 background: url("img/edit-delete.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
... ...
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 .olPopupCloseBox {
13 20 background: url("img/edit-delete.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
... ...