|
|
|
@ -3563,6 +3563,10 @@ body .bi-button.button-ignore.disabled.ghost .b-font:before,
|
|
|
|
|
transform: rotate(45deg) scale(1) translate(-50%, -50%); |
|
|
|
|
content: ''; |
|
|
|
|
} |
|
|
|
|
.bi-checkbox .checkbox-content.hover, |
|
|
|
|
.bi-checkbox .checkbox-content:hover { |
|
|
|
|
border-color: #3685f2; |
|
|
|
|
} |
|
|
|
|
.bi-checkbox.active .checkbox-content, |
|
|
|
|
.bi-checkbox:active .checkbox-content { |
|
|
|
|
border-color: #3685f2; |
|
|
|
@ -3573,28 +3577,34 @@ body .bi-button.button-ignore.disabled.ghost .b-font:before,
|
|
|
|
|
opacity: 1; |
|
|
|
|
} |
|
|
|
|
.bi-checkbox.disabled .checkbox-content { |
|
|
|
|
background-color: #d0d4da; |
|
|
|
|
background-color: #F2F4F7; |
|
|
|
|
border-color: #d0d4da; |
|
|
|
|
} |
|
|
|
|
.bi-checkbox.disabled .checkbox-content:after { |
|
|
|
|
opacity: 0; |
|
|
|
|
} |
|
|
|
|
.bi-checkbox.disabled.active .checkbox-content { |
|
|
|
|
border-color: #d0d4da; |
|
|
|
|
background-color: #d0d4da; |
|
|
|
|
} |
|
|
|
|
.bi-checkbox.disabled.active .checkbox-content:after { |
|
|
|
|
opacity: 1; |
|
|
|
|
} |
|
|
|
|
.bi-theme-dark .bi-checkbox .checkbox-content { |
|
|
|
|
border-color: #9EA6B2; |
|
|
|
|
border-color: #878D9F; |
|
|
|
|
} |
|
|
|
|
.bi-theme-dark .bi-checkbox .checkbox-content.hover, |
|
|
|
|
.bi-theme-dark .bi-checkbox .checkbox-content:hover { |
|
|
|
|
border-color: #3685f2; |
|
|
|
|
} |
|
|
|
|
.bi-theme-dark .bi-checkbox.active .checkbox-content, |
|
|
|
|
.bi-theme-dark .bi-checkbox:active .checkbox-content { |
|
|
|
|
border-color: #3685f2; |
|
|
|
|
} |
|
|
|
|
.bi-theme-dark .bi-checkbox.disabled .checkbox-content { |
|
|
|
|
background-color: #606479; |
|
|
|
|
background-color: #2F3149; |
|
|
|
|
} |
|
|
|
|
.bi-theme-dark .bi-checkbox.disabled.active .checkbox-content { |
|
|
|
|
background-color: #606479; |
|
|
|
|
border-color: #606479; |
|
|
|
|
} |
|
|
|
|
.bi-file { |
|
|
|
@ -3630,6 +3640,10 @@ body .bi-button.button-ignore.disabled.ghost .b-font:before,
|
|
|
|
|
.bi-radio .radio-content:after { |
|
|
|
|
content: ""; |
|
|
|
|
} |
|
|
|
|
.bi-radio .radio-content.hover, |
|
|
|
|
.bi-radio .radio-content:hover { |
|
|
|
|
border-color: #3685f2; |
|
|
|
|
} |
|
|
|
|
.bi-radio:active .radio-content, |
|
|
|
|
.bi-radio.active .radio-content { |
|
|
|
|
border-color: #3685f2; |
|
|
|
@ -3652,18 +3666,40 @@ body .bi-button.button-ignore.disabled.ghost .b-font:before,
|
|
|
|
|
-ms-transform: translate(-50%, -50%); |
|
|
|
|
transform: translate(-50%, -50%); |
|
|
|
|
} |
|
|
|
|
.bi-radio.disabled .radio-content { |
|
|
|
|
background-color: #F2F4F7; |
|
|
|
|
border-color: #d0d4da; |
|
|
|
|
} |
|
|
|
|
.bi-radio.disabled .radio-content:after { |
|
|
|
|
background-color: transparent; |
|
|
|
|
} |
|
|
|
|
.bi-radio.disabled.active .radio-content { |
|
|
|
|
border-color: #e8eaed; |
|
|
|
|
background-color: #d0d4da; |
|
|
|
|
} |
|
|
|
|
.bi-radio.disabled.active .radio-content:after { |
|
|
|
|
background-color: #ffffff; |
|
|
|
|
} |
|
|
|
|
.bi-theme-dark .bi-radio .radio-content { |
|
|
|
|
border-color: #9EA6B2; |
|
|
|
|
border-color: #878D9F; |
|
|
|
|
} |
|
|
|
|
.bi-theme-dark .bi-radio .radio-content.hover, |
|
|
|
|
.bi-theme-dark .bi-radio .radio-content:hover { |
|
|
|
|
border-color: #3685f2; |
|
|
|
|
} |
|
|
|
|
.bi-theme-dark .bi-radio.active .radio-content, |
|
|
|
|
.bi-theme-dark .bi-radio:active .radio-content { |
|
|
|
|
border-color: #3685f2; |
|
|
|
|
} |
|
|
|
|
.bi-theme-dark .bi-radio.disabled .radio-content { |
|
|
|
|
background-color: #2F3149; |
|
|
|
|
} |
|
|
|
|
.bi-theme-dark .bi-radio.disabled .radio-content.hover, |
|
|
|
|
.bi-theme-dark .bi-radio.disabled .radio-content:hover { |
|
|
|
|
border-color: #878D9F; |
|
|
|
|
} |
|
|
|
|
.bi-theme-dark .bi-radio.disabled.active .radio-content { |
|
|
|
|
background-color: #606479; |
|
|
|
|
border-color: #606479; |
|
|
|
|
} |
|
|
|
|
.bi-label { |
|
|
|
|
overflow: hidden; |
|
|
|
|