Added multi lenguage and fix methods

This commit is contained in:
2022-11-07 19:56:10 +03:00
parent dc9e2d50d9
commit db177e66cf
5 changed files with 90 additions and 11 deletions

View File

@ -1,6 +1,13 @@
.selectWhite {
background: rgb(248, 248, 248) !important;
}
.selectWhite,
.listWhite,
.inputWhite,
.pathBlack,
.selectWhite {
color: black !important;
background: rgb(248, 248, 248) !important;
}
.caretWhite {
@ -8,10 +15,13 @@
}
.listWhite {
color: black !important;
background-color: white !important;
}
.inputWhite {
border-bottom: 1px solid black !important;
}
.pathWhite {
color: white !important;
}