diff --git a/admin/admin.db b/admin/admin.db index 80eb187..4b5131d 100755 Binary files a/admin/admin.db and b/admin/admin.db differ diff --git a/css/black.css b/css/black.css index 8241d1f..80c6103 100755 --- a/css/black.css +++ b/css/black.css @@ -1,3 +1,61 @@ +/* +Botao de ligar desligar do tipo chave +*/ +.i3GEOarvCam .temaSwitch { + position: relative; + display: inline-block; + width: 36px; + height: 18px; + top: 3px; +} + +.i3GEOarvCam .temaSwitch input { + display:none; +} + +.i3GEOarvCam .temaSlider { + position: absolute; + cursor: pointer; + top: 0; + left: 0; + right: 0; + bottom: 0; + background-color: #ccc; +} + +.i3GEOarvCam .temaSlider:before { + position: absolute; + content: ""; + height: 14px; + width: 14px; + left: 1px; + bottom: 2px; + background-color: white; +} + +.i3GEOarvCam input:checked + .temaSlider { + background-color: #2196F3; +} + +.i3GEOarvCam input:focus + .temaSlider { + box-shadow: 0 0 1px #2196F3; +} + +.i3GEOarvCam input:checked + .temaSlider:before { + -webkit-transform: translateX(20px); + -ms-transform: translateX(20px); + transform: translateX(20px); +} + +.i3GEOarvCam .temaSlider.round { + border-radius: 34px; +} + +.i3GEOarvCam .temaSlider.round:before { + border-radius: 50%; +} + +/**/ #i3GEOcopyright { position: absolute; left: 10px; diff --git a/css/geral.css b/css/geral.css index ea69feb..12f1f2b 100755 --- a/css/geral.css +++ b/css/geral.css @@ -201,6 +201,7 @@ Utilizado na janela do buscador INDE display: none; } +/* .i3GEOarvCam input[type=checkbox]+label:before { color: white; content: ""; @@ -226,10 +227,10 @@ Utilizado na janela do buscador INDE } .i3GEOarvCam label { - margin-left: 30px; + margin-left: 0px; cursor: move; } - +*/ .i3GEOarvCamGrupo { font-size: 12pt; margin: auto; @@ -257,6 +258,7 @@ Utilizado na janela do buscador INDE } .i3GEOarvCam .ygtvdepthcell { background : none; + display: none; } .i3GEOarvCamTema input, .i3GEOarvCamTemaIE input { diff --git a/ferramentas/preferencias/index.js b/ferramentas/preferencias/index.js index 0b51bd6..9ba5e89 100755 --- a/ferramentas/preferencias/index.js +++ b/ferramentas/preferencias/index.js @@ -194,10 +194,6 @@ i3GEOF.preferencias = { tipo: "boolean", elemento: "i3GEO.arvoreDeCamadas.OPCOESLEGENDA" },{ - titulo: $trad('ativaAguardeLegenda',i3GEOF.preferencias.dicionario), - tipo: "boolean", - elemento: "i3GEO.arvoreDeCamadas.AGUARDALEGENDA" - },{ titulo: $trad('mostraIconeTema',i3GEOF.preferencias.dicionario), tipo: "boolean", elemento: "i3GEO.arvoreDeCamadas.ICONETEMA" diff --git a/js/arvoredecamadas.js b/js/arvoredecamadas.js index fce2ee7..c47fe8a 100755 --- a/js/arvoredecamadas.js +++ b/js/arvoredecamadas.js @@ -435,7 +435,7 @@ i3GEO.arvoreDeCamadas = */ OPCOESARVORE : true, /** - * Propriedade: AGUARDALEGENDA + * Propriedade: AGUARDALEGENDA (depreciado na versao 7) * * Ativa a opção de aguarde para mostrar a legenda de um tema quando o usuário estaciona o mouse sobre o nome * de um tema. @@ -1702,7 +1702,7 @@ i3GEO.arvoreDeCamadas = * {string} - texto formatado */ montaTextoTema : function(tema) { - var ck, html, estilo, f; + var ck, html, f; if (tema.status * 1 === 2) { ck = ' CHECKED '; } else { @@ -1736,46 +1736,36 @@ i3GEO.arvoreDeCamadas = return ""; } } - estilo = "i3GEOarvCamTema"; - // verifica se a versao do IE e menor que 9 - if (navm && parseInt(YAHOO.env.ua.ie, 10) < 9) { - estilo = "i3GEOarvCamTemaIE"; - } + /* + + */ // inicia o div - html = "