diff --git a/css/geral.css b/css/geral.css index c4b54a4..6a80e37 100644 --- a/css/geral.css +++ b/css/geral.css @@ -8,6 +8,13 @@ para nao selecionar -o-user-select: none; user-select: none; } +input[type=text]{ + -webkit-user-select: text; + -khtml-user-select: text; + -moz-user-select: text; + -o-user-select: text; + user-select: text; +} /* .olPopupCloseBox { background: url("img/edit-delete.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0); diff --git a/css/i3geo6.css b/css/i3geo6.css index e0cd926..87da575 100644 --- a/css/i3geo6.css +++ b/css/i3geo6.css @@ -8,6 +8,13 @@ para nao selecionar -o-user-select: none; user-select: none; } +input[type=text]{ +-webkit-user-select: text; +-khtml-user-select: text; +-moz-user-select: text; +-o-user-select: text; +user-select: text; +} /* .olPopupCloseBox { background: url("img/edit-delete.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0); diff --git a/css/i3geo6.css.php b/css/i3geo6.css.php index 0957662..0ea8b03 100644 --- a/css/i3geo6.css.php +++ b/css/i3geo6.css.php @@ -8,6 +8,13 @@ para nao selecionar -o-user-select: none; user-select: none; } +input[type=text]{ +-webkit-user-select: text; +-khtml-user-select: text; +-moz-user-select: text; +-o-user-select: text; +user-select: text; +} /* .olPopupCloseBox { background: url("img/edit-delete.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0); diff --git a/css/i3geo_ferramentas6.css b/css/i3geo_ferramentas6.css index 9f1e658..bb7c615 100644 --- a/css/i3geo_ferramentas6.css +++ b/css/i3geo_ferramentas6.css @@ -8,6 +8,13 @@ para nao selecionar -o-user-select: none; user-select: none; } +input[type=text]{ + -webkit-user-select: text; + -khtml-user-select: text; + -moz-user-select: text; + -o-user-select: text; + user-select: text; +} /* .olPopupCloseBox { background: url("img/edit-delete.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0); -- libgit2 0.21.2