Commit 7bb3fb62ca9ebaec7bc774a3641841f8e1fb4c15
1 parent
49924f2b
Exists in
master
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 | .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); | ... | ... |