cuter scrollbars, better focus, small design improvements

This commit is contained in:
Sara
2023-09-21 16:53:47 +02:00
parent 3f2c3ddadc
commit 686c12ebfa
11 changed files with 59 additions and 40 deletions

View File

@@ -10,6 +10,8 @@
body {
background: white;
scrollbar-color: rgb(96 165 250) transparent;
scrollbar-width: thin;
}
.Dropdown-placeholder {
@@ -22,3 +24,14 @@ body {
.Dropdown-control.Dropdown-disabled {
background-color: lightgray;
}
::-webkit-scrollbar {
visibility: visible;
width: 5px;
opacity: 0.7;
}
::-webkit-scrollbar-thumb {
border-radius: 10px;
background-color: rgb(96 165 250);
}