diff --git a/css/custom2_4.3.css b/css/custom2_4.3.css index d11d572..6c82d52 100644 --- a/css/custom2_4.3.css +++ b/css/custom2_4.3.css @@ -151,7 +151,7 @@ Minimap width: 70px; position:absolute; top: 2px; - left: 1px; + left: 0px; transform-origin: 0 0; z-index: 100; border: 2px solid; @@ -346,7 +346,7 @@ li::marker { $text-muted $gray-700 #495057 - lida2: - $primary #734450 + $primary rgb(68, 41, 48) #734450 $secondary $gray-600 #b8a387 - $success rgb(65, 93, 67) #054a29 #415d43 $info #55327d @@ -392,6 +392,18 @@ li::marker { /* ------- $success rgb(65, 93, 67) / #415d43 , #DEE2E6 -------- */ +.custom-control-input.pri:active~.custom-control-label.pri::before { + background-color: rgba(68, 41, 48, 0.5) !important; + border-color: rgba(68, 41, 48, 0.5) !important; +} +.custom-control-input.pri:focus:not(:checked)~.custom-control-label.pri::before { + border-color: rgb(68, 41, 48) !important; +} +.custom-control-input.pri:checked~.custom-control-label.pri::before { + border-color: rgb(68, 41, 48) !important; + background-color: rgb(68, 41, 48) !important; +} + .custom-control-input:active~.custom-control-label::before { background-color: rgba(65, 93, 67, 0.5) !important; border-color: rgba(65, 93, 67, 0.5) !important; diff --git a/index_4.5.html b/index_4.5.html index 79c2c7a..069e8ed 100644 --- a/index_4.5.html +++ b/index_4.5.html @@ -94,58 +94,52 @@ Crediti - - +