|
|
|
@ -112,7 +112,12 @@
|
|
|
|
|
@color-bi-border-disabled-radio-theme-dark: @color-bi-border-disabled-theme-dark; |
|
|
|
|
@color-bi-border-hover-active-radio: @color-bi-border-highlight; |
|
|
|
|
@color-bi-border-hover-active-radio-theme-dark: @color-bi-border-highlight; |
|
|
|
|
@color-bi-background-active-radio-content-theme-dark: @color-bi-background-default; |
|
|
|
|
@color-bi-background-disabled-active-radio-content-theme-dark: @color-bi-transparent; |
|
|
|
|
@color-bi-background-radio: @color-bi-background-default; |
|
|
|
|
@color-bi-background-active-radio: @color-bi-background-highlight; |
|
|
|
|
@color-bi-background-active-radio-content: @color-bi-background-default; |
|
|
|
|
@color-bi-background-disabled-active-radio-content: @color-bi-background-default; |
|
|
|
|
@color-bi-background-disabled-radio: @color-bi-background-disabled; |
|
|
|
|
@color-bi-background-disabled-radio-theme-dark: @color-bi-background-disabled-theme-dark; |
|
|
|
|
@color-bi-background-disabled-active-radio: @color-bi-background-dark-gray; |
|
|
|
@ -128,10 +133,18 @@
|
|
|
|
|
@color-bi-background-disabled-checkbox-theme-dark: @color-bi-background-disabled-theme-dark; |
|
|
|
|
@color-bi-background-disabled-active-checkbox: @color-bi-background-dark-gray; |
|
|
|
|
@color-bi-background-disabled-active-checkbox-theme-dark: @color-bi-background-dark-gray-theme-dark; |
|
|
|
|
@color-bi-background-active-checkbox: @color-bi-background-highlight; |
|
|
|
|
@color-bi-background-active-checkbox-theme-dark: @color-bi-background-highlight; |
|
|
|
|
@color-bi-background-active-checkbox-content: @color-bi-background-default; |
|
|
|
|
@color-bi-background-disabled-active-checkbox-content: @color-bi-background-default; |
|
|
|
|
@color-bi-background-active-checkbox-content-theme-dark: @color-bi-background-default; |
|
|
|
|
@color-bi-background-disabled-active-checkbox-content-theme-dark: @color-bi-transparent; |
|
|
|
|
// 开关 |
|
|
|
|
@color-bi-background-switch: @color-bi-background-dark-gray; |
|
|
|
|
@color-bi-background-switch-theme-dark: @color-bi-background-dark-gray-theme-dark; |
|
|
|
|
@color-bi-background-active-switch: @color-bi-background-highlight; |
|
|
|
|
@color-bi-background-active-switch-content: @color-bi-background-default; |
|
|
|
|
@color-bi-font-switch-tip: @color-bi-white; |
|
|
|
|
@color-bi-background-active-switch-theme-dark: @color-bi-background-highlight; |
|
|
|
|
@color-bi-background-disabled-switch: @color-bi-background-disabled; |
|
|
|
|
@color-bi-background-disabled-switch-theme-dark: @color-bi-background-disabled-theme-dark; |
|
|
|
|