summaryrefslogtreecommitdiff
path: root/src/assets/styles/bmc
diff options
context:
space:
mode:
authorMaksim Zakharov <m.zakharov@IBS.RU>2022-09-23 19:06:52 +0300
committerMaksim Zakharov <m.zakharov@IBS.RU>2022-09-23 19:07:20 +0300
commit01f13519959f736840f1ee7af7f18dc7b10c83d6 (patch)
treec327616b9c333d8831c3684ba507eb6e8a3cf78f /src/assets/styles/bmc
parent67b301879dffb18aa63a28a89b76e6a943678873 (diff)
downloadwebui-vue-01f13519959f736840f1ee7af7f18dc7b10c83d6.tar.xz
fix chart theme, select bacground
Diffstat (limited to 'src/assets/styles/bmc')
-rw-r--r--src/assets/styles/bmc/_sila/_forms.scss20
1 files changed, 11 insertions, 9 deletions
diff --git a/src/assets/styles/bmc/_sila/_forms.scss b/src/assets/styles/bmc/_sila/_forms.scss
index 4bc8f626..3c22ba30 100644
--- a/src/assets/styles/bmc/_sila/_forms.scss
+++ b/src/assets/styles/bmc/_sila/_forms.scss
@@ -136,14 +136,14 @@ div:not(.search-global) > .form-group {
.custom-select,
.form-control {
@include themify($themes) {
- &:disabled {
- color: themed("text-quaternary") !important;
- background-color: themed("gray-20") !important;
- }
- &::placeholder {
- color: themed("text-quaternary");
- }
+ &:disabled {
+ color: themed("text-quaternary") !important;
+ background-color: themed("gray-20") !important;
+ }
+ &::placeholder {
+ color: themed("text-quaternary");
}
+}
&.is-invalid,
&:invalid {
border: 1px solid theme-color("danger") !important;
@@ -214,8 +214,10 @@ div:not(.search-global) > .form-group {
}
.custom-select {
- background-image: url("~@/assets/images/_sila/chevron-down.svg");
- background-size: 18px;
+ @include themify($themes) {
+ background-image: themed("select-bg");
+ background-size: themed("select-bg-size");
+ }
}
.custom-control-label > span {