Commit 5605e5dd7cd865362f721d742f0557e970ea0db9
1 parent
8d154fcd
Exists in
master
Correção na cópia para a memória de textos em textarea
Showing
4 changed files
with
24 additions
and
10 deletions
Show diff stats
css/geral.css
@@ -8,7 +8,7 @@ para nao selecionar | @@ -8,7 +8,7 @@ para nao selecionar | ||
8 | -o-user-select: none; | 8 | -o-user-select: none; |
9 | user-select: none; | 9 | user-select: none; |
10 | } | 10 | } |
11 | -.bd input { | 11 | +.bd input, .bd textarea { |
12 | -webkit-user-select: text; | 12 | -webkit-user-select: text; |
13 | -khtml-user-select: text; | 13 | -khtml-user-select: text; |
14 | -moz-user-select: text; | 14 | -moz-user-select: text; |
css/i3geo6.css
@@ -11,7 +11,7 @@ user-select: text; | @@ -11,7 +11,7 @@ user-select: text; | ||
11 | input[type=text] { | 11 | input[type=text] { |
12 | font-size: 10px; | 12 | font-size: 10px; |
13 | color: #2F4632; | 13 | color: #2F4632; |
14 | -background-color: #FFFFFF; | 14 | +background-color: rgb(250, 250, 250); |
15 | padding: 0; | 15 | padding: 0; |
16 | border: 1px solid rgb(180, 180, 180); | 16 | border: 1px solid rgb(180, 180, 180); |
17 | text-align: center; | 17 | text-align: center; |
@@ -21,7 +21,7 @@ height: 22px; | @@ -21,7 +21,7 @@ height: 22px; | ||
21 | input[type=number] { | 21 | input[type=number] { |
22 | font-size: 12px; | 22 | font-size: 12px; |
23 | color: #2F4632; | 23 | color: #2F4632; |
24 | -background-color: #FFFFFF; | 24 | +background-color: rgb(250, 250, 250); |
25 | padding: 0; | 25 | padding: 0; |
26 | border: 1px solid rgb(180, 180, 180); | 26 | border: 1px solid rgb(180, 180, 180); |
27 | text-align: center; | 27 | text-align: center; |
@@ -79,6 +79,10 @@ background: transparent url("../imagens/gisicons/edit2.png") no-repeat scroll 97 | @@ -79,6 +79,10 @@ background: transparent url("../imagens/gisicons/edit2.png") no-repeat scroll 97 | ||
79 | background-size: 16px 144px; | 79 | background-size: 16px 144px; |
80 | } | 80 | } |
81 | } | 81 | } |
82 | +.styled-select input:focus, .i3geoForm input:focus { | ||
83 | +box-shadow: 0 0 1px blue inset; | ||
84 | +background: white none repeat scroll 0 0; | ||
85 | +} | ||
82 | .i3geoForm, .i3geoForm150, .i3geoForm100 { | 86 | .i3geoForm, .i3geoForm150, .i3geoForm100 { |
83 | width: 252px; | 87 | width: 252px; |
84 | overflow: hidden; | 88 | overflow: hidden; |
@@ -253,7 +257,7 @@ para nao selecionar | @@ -253,7 +257,7 @@ para nao selecionar | ||
253 | -o-user-select: none; | 257 | -o-user-select: none; |
254 | user-select: none; | 258 | user-select: none; |
255 | } | 259 | } |
256 | -.bd input { | 260 | +.bd input, .bd textarea { |
257 | -webkit-user-select: text; | 261 | -webkit-user-select: text; |
258 | -khtml-user-select: text; | 262 | -khtml-user-select: text; |
259 | -moz-user-select: text; | 263 | -moz-user-select: text; |
css/i3geo6.css.php
@@ -11,7 +11,7 @@ user-select: text; | @@ -11,7 +11,7 @@ user-select: text; | ||
11 | input[type=text] { | 11 | input[type=text] { |
12 | font-size: 10px; | 12 | font-size: 10px; |
13 | color: #2F4632; | 13 | color: #2F4632; |
14 | -background-color: #FFFFFF; | 14 | +background-color: rgb(250, 250, 250); |
15 | padding: 0; | 15 | padding: 0; |
16 | border: 1px solid rgb(180, 180, 180); | 16 | border: 1px solid rgb(180, 180, 180); |
17 | text-align: center; | 17 | text-align: center; |
@@ -21,7 +21,7 @@ height: 22px; | @@ -21,7 +21,7 @@ height: 22px; | ||
21 | input[type=number] { | 21 | input[type=number] { |
22 | font-size: 12px; | 22 | font-size: 12px; |
23 | color: #2F4632; | 23 | color: #2F4632; |
24 | -background-color: #FFFFFF; | 24 | +background-color: rgb(250, 250, 250); |
25 | padding: 0; | 25 | padding: 0; |
26 | border: 1px solid rgb(180, 180, 180); | 26 | border: 1px solid rgb(180, 180, 180); |
27 | text-align: center; | 27 | text-align: center; |
@@ -79,6 +79,10 @@ background: transparent url("../imagens/gisicons/edit2.png") no-repeat scroll 97 | @@ -79,6 +79,10 @@ background: transparent url("../imagens/gisicons/edit2.png") no-repeat scroll 97 | ||
79 | background-size: 16px 144px; | 79 | background-size: 16px 144px; |
80 | } | 80 | } |
81 | } | 81 | } |
82 | +.styled-select input:focus, .i3geoForm input:focus { | ||
83 | +box-shadow: 0 0 1px blue inset; | ||
84 | +background: white none repeat scroll 0 0; | ||
85 | +} | ||
82 | .i3geoForm, .i3geoForm150, .i3geoForm100 { | 86 | .i3geoForm, .i3geoForm150, .i3geoForm100 { |
83 | width: 252px; | 87 | width: 252px; |
84 | overflow: hidden; | 88 | overflow: hidden; |
@@ -253,7 +257,7 @@ para nao selecionar | @@ -253,7 +257,7 @@ para nao selecionar | ||
253 | -o-user-select: none; | 257 | -o-user-select: none; |
254 | user-select: none; | 258 | user-select: none; |
255 | } | 259 | } |
256 | -.bd input { | 260 | +.bd input, .bd textarea { |
257 | -webkit-user-select: text; | 261 | -webkit-user-select: text; |
258 | -khtml-user-select: text; | 262 | -khtml-user-select: text; |
259 | -moz-user-select: text; | 263 | -moz-user-select: text; |
css/i3geo_ferramentas6.css
@@ -12,7 +12,7 @@ input[type=text], textarea, input[type=number],{ | @@ -12,7 +12,7 @@ input[type=text], textarea, input[type=number],{ | ||
12 | input[type=text] { | 12 | input[type=text] { |
13 | font-size: 10px; | 13 | font-size: 10px; |
14 | color: #2F4632; | 14 | color: #2F4632; |
15 | - background-color: #FFFFFF; | 15 | + background-color: rgb(250, 250, 250); |
16 | padding: 0; | 16 | padding: 0; |
17 | border: 1px solid rgb(180, 180, 180); | 17 | border: 1px solid rgb(180, 180, 180); |
18 | text-align: center; | 18 | text-align: center; |
@@ -23,7 +23,7 @@ input[type=text] { | @@ -23,7 +23,7 @@ input[type=text] { | ||
23 | input[type=number] { | 23 | input[type=number] { |
24 | font-size: 12px; | 24 | font-size: 12px; |
25 | color: #2F4632; | 25 | color: #2F4632; |
26 | - background-color: #FFFFFF; | 26 | + background-color: rgb(250, 250, 250); |
27 | padding: 0; | 27 | padding: 0; |
28 | border: 1px solid rgb(180, 180, 180); | 28 | border: 1px solid rgb(180, 180, 180); |
29 | text-align: center; | 29 | text-align: center; |
@@ -88,6 +88,12 @@ select option:hover { | @@ -88,6 +88,12 @@ select option:hover { | ||
88 | } | 88 | } |
89 | } | 89 | } |
90 | 90 | ||
91 | + | ||
92 | +.styled-select input:focus, .i3geoForm input:focus { | ||
93 | + box-shadow: 0 0 1px blue inset; | ||
94 | + background: white none repeat scroll 0 0; | ||
95 | +} | ||
96 | + | ||
91 | .i3geoForm, .i3geoForm150, .i3geoForm100 { | 97 | .i3geoForm, .i3geoForm150, .i3geoForm100 { |
92 | width: 252px; | 98 | width: 252px; |
93 | overflow: hidden; | 99 | overflow: hidden; |
@@ -281,7 +287,7 @@ para nao selecionar | @@ -281,7 +287,7 @@ para nao selecionar | ||
281 | -o-user-select: none; | 287 | -o-user-select: none; |
282 | user-select: none; | 288 | user-select: none; |
283 | } | 289 | } |
284 | -.bd input { | 290 | +.bd input, .bd textarea { |
285 | -webkit-user-select: text; | 291 | -webkit-user-select: text; |
286 | -khtml-user-select: text; | 292 | -khtml-user-select: text; |
287 | -moz-user-select: text; | 293 | -moz-user-select: text; |