Commit 2df692e063744bd026bd536eecda20c1e0f25a5d
1 parent
a1981934
Exists in
master
Correção no seletor "select" que estava impedindo a seleção de conteúdo de campos input
Showing
3 changed files
with
21 additions
and
1 deletions
Show diff stats
css/geral.css
@@ -8,7 +8,13 @@ para nao selecionar | @@ -8,7 +8,13 @@ para nao selecionar | ||
8 | -o-user-select: none; | 8 | -o-user-select: none; |
9 | user-select: none; | 9 | user-select: none; |
10 | } | 10 | } |
11 | - | 11 | +.bd input { |
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 | +} | ||
12 | /* | 18 | /* |
13 | Para nao marcar links | 19 | Para nao marcar links |
14 | */ | 20 | */ |
css/i3geo6.css
@@ -253,6 +253,13 @@ para nao selecionar | @@ -253,6 +253,13 @@ para nao selecionar | ||
253 | -o-user-select: none; | 253 | -o-user-select: none; |
254 | user-select: none; | 254 | user-select: none; |
255 | } | 255 | } |
256 | +.bd input { | ||
257 | +-webkit-user-select: text; | ||
258 | +-khtml-user-select: text; | ||
259 | +-moz-user-select: text; | ||
260 | +-o-user-select: text; | ||
261 | +user-select: text; | ||
262 | +} | ||
256 | /* | 263 | /* |
257 | Para nao marcar links | 264 | Para nao marcar links |
258 | */ | 265 | */ |
css/i3geo6.css.php
@@ -253,6 +253,13 @@ para nao selecionar | @@ -253,6 +253,13 @@ para nao selecionar | ||
253 | -o-user-select: none; | 253 | -o-user-select: none; |
254 | user-select: none; | 254 | user-select: none; |
255 | } | 255 | } |
256 | +.bd input { | ||
257 | +-webkit-user-select: text; | ||
258 | +-khtml-user-select: text; | ||
259 | +-moz-user-select: text; | ||
260 | +-o-user-select: text; | ||
261 | +user-select: text; | ||
262 | +} | ||
256 | /* | 263 | /* |
257 | Para nao marcar links | 264 | Para nao marcar links |
258 | */ | 265 | */ |