diff --git a/css/geral.css b/css/geral.css index ad9cd6d..b7b0526 100644 --- a/css/geral.css +++ b/css/geral.css @@ -8,7 +8,13 @@ para nao selecionar -o-user-select: none; user-select: none; } - +.bd input { + -webkit-user-select: text; + -khtml-user-select: text; + -moz-user-select: text; + -o-user-select: text; + user-select: text; +} /* Para nao marcar links */ diff --git a/css/i3geo6.css b/css/i3geo6.css index 74ee364..4ae516d 100644 --- a/css/i3geo6.css +++ b/css/i3geo6.css @@ -253,6 +253,13 @@ para nao selecionar -o-user-select: none; user-select: none; } +.bd input { +-webkit-user-select: text; +-khtml-user-select: text; +-moz-user-select: text; +-o-user-select: text; +user-select: text; +} /* Para nao marcar links */ diff --git a/css/i3geo6.css.php b/css/i3geo6.css.php index b959daf..2647e36 100644 --- a/css/i3geo6.css.php +++ b/css/i3geo6.css.php @@ -253,6 +253,13 @@ para nao selecionar -o-user-select: none; user-select: none; } +.bd input { +-webkit-user-select: text; +-khtml-user-select: text; +-moz-user-select: text; +-o-user-select: text; +user-select: text; +} /* Para nao marcar links */ -- libgit2 0.21.2