Новое оформление! Спасибо хосту Радиума за помощь.

This commit is contained in:
none
2024-01-29 01:39:57 +03:00
parent 911c20441f
commit 0eb57482d0
2 changed files with 45 additions and 7 deletions
+28
View File
@@ -0,0 +1,28 @@
body {
background-color: #242829;
}
.Select {
background-color: rgb(27, 29, 30);
color: #fff;
}
.Select .Select-value {
background-color: rgb(27, 29, 30);
}
.Select-control {
background-color: rgb(25, 25, 25) !important;
color: #fff;
}
.Select-menu-outer {
background-color: rgb(27, 29, 30);
color: #fff;
border-radius: 10;
}
.has-value.Select--single>.Select-control .Select-value .Select-value-label, .has-value.is-pseudo-focused.Select--single>.Select-control .Select-value .Select-value-label{
color: white
}