|
|
|
@ -16,6 +16,7 @@
|
|
|
|
|
// input
|
|
|
|
|
.bs-el-input {
|
|
|
|
|
.el-input__inner {
|
|
|
|
|
font-family:-apple-system, BlinkMacSystemFont, segoe ui, Roboto, helvetica neue, Arial, noto sans, sans-serif, apple color emoji, segoe ui emoji, segoe ui symbol, noto color emoji;
|
|
|
|
|
border: none !important;
|
|
|
|
|
color: var(--bs-el-text) !important;
|
|
|
|
|
background: var(--bs-background-1) !important;
|
|
|
|
@ -23,6 +24,7 @@
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.el-textarea__inner {
|
|
|
|
|
font-family:-apple-system, BlinkMacSystemFont, segoe ui, Roboto, helvetica neue, Arial, noto sans, sans-serif, apple color emoji, segoe ui emoji, segoe ui symbol, noto color emoji;
|
|
|
|
|
color: var(--bs-el-text) !important;
|
|
|
|
|
background: var(--bs-el-background-1) !important;
|
|
|
|
|
border-color: var(--bs-el-border) !important;
|
|
|
|
|