diff --git a/css/black.css b/css/black.css index 97dab99..1ee5b52 100755 --- a/css/black.css +++ b/css/black.css @@ -142,9 +142,8 @@ Botao de ligar desligar do tipo chave da arvore de camadas .i3GEOarvCam .temaSwitch { position: relative; display: inline-block; - width: 36px; - height: 18px; - top: 3px; + width: 30px; + height: 14px; } .i3GEOarvCam .temaSwitch input { @@ -162,27 +161,30 @@ Botao de ligar desligar do tipo chave da arvore de camadas } .i3GEOarvCam .temaSlider:before { - position: absolute; + position: absolute; content: ""; - height: 14px; - width: 14px; + height: 12px; + width: 12px; left: 1px; - bottom: 2px; + bottom: 1px; background-color: white; + -webkit-box-shadow: -1px 1px 3px -0px rgba(0, 0, 0, 0.46); + -moz-box-shadow: -1px 1px 3px -0px rgba(0, 0, 0, 0.46); + box-shadow: -1px 1px 3px -0px rgba(0, 0, 0, 0.46); } .i3GEOarvCam input:checked + .temaSlider { - background-color: #2196F3; + background-color: rgb(177, 205, 205); } .i3GEOarvCam input:focus + .temaSlider { - box-shadow: 0 0 1px #2196F3; + box-shadow: 0 0 1px rgb(224, 235, 235); } .i3GEOarvCam input:checked + .temaSlider:before { - -webkit-transform: translateX(20px); - -ms-transform: translateX(20px); - transform: translateX(20px); + -webkit-transform: translateX(16px); + -ms-transform: translateX(16px); + transform: translateX(16px); } .i3GEOarvCam .temaSlider.round { -- libgit2 0.21.2