diff --git a/css/custom.css b/css/custom.css index d027c4b..b915531 100644 --- a/css/custom.css +++ b/css/custom.css @@ -1,5 +1,29 @@ -/* custom.css */ +/* custom.css */ + + .custom-control-input:focus~.custom-control-label::before { + border-color: #00968e !important; + box-shadow: 0 0 0 0.2rem rgba(0, 150, 142, 0.25) !important; +} +.custom-control-input:checked~.custom-control-label::before { + border-color: #00968e !important; + background-color: #00968e !important; +} + +.custom-control-input:active~.custom-control-label::before { + background-color: #00968e !important; + border-color: #00968e !important; +} + +.custom-control-input:focus:not(:checked)~.custom-control-label::before { + border-color: #00968e !important; +} + +.custom-control-input-green:not(:disabled):active~.custom-control-label::before { + background-color: #00968e !important; + border-color: #00968e !important; +} + .badge-outline-info { padding: .1rem .15rem; margin-left: .15rem; @@ -34,14 +58,14 @@ table { opacity: 0.6 !important; } -#selectableS .ui-selecting { background: #4abd8c; } -#selectableS .ui-selected { background: #00968e; color: white; } -#selectableS { list-style-type: none; margin: 0; padding: 0; } - -#selectable0 .ui-selecting { background: #4abd8c; } -#selectable0 .ui-selected { background: #00968e; color: white; } +#selectable0 .ui-selecting { background: #DEE2E6; } +#selectable0 .ui-selected { background: #DEE2E6; color: #DEE2E6; } #selectable0 { list-style-type: none; margin: 0; padding: 0; } +#selectable1 .ui-selecting { background: #3d6ca9; } +#selectable1 .ui-selected { background: #dbe5f2; color: #3d6ca9; } +#selectable1 { list-style-type: none; margin: 0; padding: 0; } + #selectable2 .ui-selecting { background: #4abd8c; } #selectable2 .ui-selected { background: #00968e; color: white; } #selectable2 { list-style-type: none; margin: 0; padding: 0; } diff --git a/index_3.3.html b/index_3.3.html new file mode 100644 index 0000000..d5c6624 --- /dev/null +++ b/index_3.3.html @@ -0,0 +1,1954 @@ + + +
+ + +# | '; + var resultTablePart3 = '
---|