|
|
|
@ -187,7 +187,8 @@ body .bi-button.button-error.disabled.base-disabled,
|
|
|
|
|
#body .bi-button.button-error.disabled.base-disabled, |
|
|
|
|
body .bi-button.button-warning.disabled.base-disabled, |
|
|
|
|
#body .bi-button.button-warning.disabled.base-disabled { |
|
|
|
|
background: #f2f4f7 !important; |
|
|
|
|
background-color: rgba(158, 166, 178, 0.2) !important; |
|
|
|
|
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#339ea6b2,endColorstr=#339ea6b2); |
|
|
|
|
border-color: #d0d4da !important; |
|
|
|
|
} |
|
|
|
|
body .bi-button.button-common.disabled, |
|
|
|
@ -479,3 +480,22 @@ body .bi-button.button-ignore.disabled.ghost .b-font:before,
|
|
|
|
|
.bi-theme-dark #body .bi-button.button-common.disabled.ghost .b-font:before { |
|
|
|
|
color: #ffffff !important; |
|
|
|
|
} |
|
|
|
|
.bi-theme-dark body .bi-button.button-success.disabled, |
|
|
|
|
.bi-theme-dark #body .bi-button.button-success.disabled, |
|
|
|
|
.bi-theme-dark body .bi-button.button-error.disabled, |
|
|
|
|
.bi-theme-dark #body .bi-button.button-error.disabled, |
|
|
|
|
.bi-theme-dark body .bi-button.button-warning.disabled, |
|
|
|
|
.bi-theme-dark #body .bi-button.button-warning.disabled, |
|
|
|
|
.bi-theme-dark body .bi-button.button-ignore.disabled, |
|
|
|
|
.bi-theme-dark #body .bi-button.button-ignore.disabled, |
|
|
|
|
.bi-theme-dark body .bi-button.button-success.disabled.base-disabled, |
|
|
|
|
.bi-theme-dark #body .bi-button.button-success.disabled.base-disabled, |
|
|
|
|
.bi-theme-dark body .bi-button.button-error.disabled.base-disabled, |
|
|
|
|
.bi-theme-dark #body .bi-button.button-error.disabled.base-disabled, |
|
|
|
|
.bi-theme-dark body .bi-button.button-warning.disabled.base-disabled, |
|
|
|
|
.bi-theme-dark #body .bi-button.button-warning.disabled.base-disabled, |
|
|
|
|
.bi-theme-dark body .bi-button.button-ignore.disabled.base-disabled, |
|
|
|
|
.bi-theme-dark #body .bi-button.button-ignore.disabled.base-disabled { |
|
|
|
|
background-color: rgba(135, 141, 159, 0.2) !important; |
|
|
|
|
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#33878d9f,endColorstr=#33878d9f); |
|
|
|
|
} |
|
|
|
|