Commit 54464476cb9266d02201270cf87ed355e4909987
1 parent
efd0df4e
Exists in
master
and in
7 other branches
--no commit message
Showing
1 changed file
with
3 additions
and
3 deletions
Show diff stats
ferramentas/selecao/index.js.php
... | ... | @@ -362,7 +362,7 @@ i3GEOF.selecao = { |
362 | 362 | } |
363 | 363 | if (obj.value == "i3GEOselecaobox"){ |
364 | 364 | i3GEOF.selecao.mudaicone(); |
365 | - obj.style.backgroundColor = "beige"; | |
365 | + obj.style.backgroundColor = "yellow"; | |
366 | 366 | g_tipoacao = "selecaobox"; |
367 | 367 | i3GEOF.selecao.box.criaBox(); |
368 | 368 | if(i3GEO.eventos.MOUSEDOWN.toString().search("i3GEOF.selecao.box.inicia()") < 0) |
... | ... | @@ -370,14 +370,14 @@ i3GEOF.selecao = { |
370 | 370 | } |
371 | 371 | if (obj.value == "i3GEOselecaopt"){ |
372 | 372 | i3GEOF.selecao.mudaicone(); |
373 | - obj.style.backgroundColor = "beige"; | |
373 | + obj.style.backgroundColor = "yellow"; | |
374 | 374 | g_tipoacao = "selecao"; |
375 | 375 | if(i3GEO.eventos.MOUSECLIQUE.toString().search("i3GEOF.selecao.clique()") < 0) |
376 | 376 | {i3GEO.eventos.MOUSECLIQUE.push("i3GEOF.selecao.clique()");} |
377 | 377 | } |
378 | 378 | if (obj.value == "i3GEOselecaopoli"){ |
379 | 379 | i3GEOF.selecao.mudaicone(); |
380 | - obj.style.backgroundColor = "beige"; | |
380 | + obj.style.backgroundColor = "yellow"; | |
381 | 381 | g_tipoacao = "selecaopoli"; |
382 | 382 | i3GEOF.selecao.poligono.inicia() |
383 | 383 | } | ... | ... |