Changed the theme selection function

This commit is contained in:
MaxOvs19
2023-01-27 17:23:25 +03:00
parent 102fb5a7b1
commit fe91c1206e
14 changed files with 113 additions and 140 deletions

View File

@ -1,5 +1,5 @@
.selectWhite {
background: rgb(248, 248, 248) !important;
background: rgb(248, 248, 248);
}
.selectWhite,
@ -7,25 +7,18 @@
.inputWhite,
.pathBlack,
.selectWhite {
color: black !important;
color: black;
}
.caretWhite {
border-top: 6px solid black !important;
border-top: 6px solid black;
}
.listWhite {
background-color: white !important;
background-color: white;
}
.inputWhite {
border-bottom: 1px solid black !important;
}
.pathWhite {
color: white !important;
}
.pathBlack {
color: black !important;
}