Commit 5880c8c20b9ece60392b54df462dbb1cd61f59b2
1 parent
1900fc1f
Exists in
master
and in
7 other branches
Correção no comportament da seleção por clique nos campos input de tipo texto
Showing
4 changed files
with
28 additions
and
0 deletions
Show diff stats
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 | */ | ... | ... |