Commit 3c59fb9cd8568f0a49a064e9d009b8f11f780a4c

Authored by Edmar Moretti
1 parent 5def5752

Alteração nos botões da árvore de camadas para ficarem iguais aos da legenda

Showing 1 changed file with 14 additions and 12 deletions   Show diff stats
@@ -142,9 +142,8 @@ Botao de ligar desligar do tipo chave da arvore de camadas @@ -142,9 +142,8 @@ Botao de ligar desligar do tipo chave da arvore de camadas
142 .i3GEOarvCam .temaSwitch { 142 .i3GEOarvCam .temaSwitch {
143 position: relative; 143 position: relative;
144 display: inline-block; 144 display: inline-block;
145 - width: 36px;  
146 - height: 18px;  
147 - top: 3px; 145 + width: 30px;
  146 + height: 14px;
148 } 147 }
149 148
150 .i3GEOarvCam .temaSwitch input { 149 .i3GEOarvCam .temaSwitch input {
@@ -162,27 +161,30 @@ Botao de ligar desligar do tipo chave da arvore de camadas @@ -162,27 +161,30 @@ Botao de ligar desligar do tipo chave da arvore de camadas
162 } 161 }
163 162
164 .i3GEOarvCam .temaSlider:before { 163 .i3GEOarvCam .temaSlider:before {
165 - position: absolute; 164 + position: absolute;
166 content: ""; 165 content: "";
167 - height: 14px;  
168 - width: 14px; 166 + height: 12px;
  167 + width: 12px;
169 left: 1px; 168 left: 1px;
170 - bottom: 2px; 169 + bottom: 1px;
171 background-color: white; 170 background-color: white;
  171 + -webkit-box-shadow: -1px 1px 3px -0px rgba(0, 0, 0, 0.46);
  172 + -moz-box-shadow: -1px 1px 3px -0px rgba(0, 0, 0, 0.46);
  173 + box-shadow: -1px 1px 3px -0px rgba(0, 0, 0, 0.46);
172 } 174 }
173 175
174 .i3GEOarvCam input:checked + .temaSlider { 176 .i3GEOarvCam input:checked + .temaSlider {
175 - background-color: #2196F3; 177 + background-color: rgb(177, 205, 205);
176 } 178 }
177 179
178 .i3GEOarvCam input:focus + .temaSlider { 180 .i3GEOarvCam input:focus + .temaSlider {
179 - box-shadow: 0 0 1px #2196F3; 181 + box-shadow: 0 0 1px rgb(224, 235, 235);
180 } 182 }
181 183
182 .i3GEOarvCam input:checked + .temaSlider:before { 184 .i3GEOarvCam input:checked + .temaSlider:before {
183 - -webkit-transform: translateX(20px);  
184 - -ms-transform: translateX(20px);  
185 - transform: translateX(20px); 185 + -webkit-transform: translateX(16px);
  186 + -ms-transform: translateX(16px);
  187 + transform: translateX(16px);
186 } 188 }
187 189
188 .i3GEOarvCam .temaSlider.round { 190 .i3GEOarvCam .temaSlider.round {