" CSS CHANGE"
parent
6ec3574a2d
commit
b388d94347
|
@ -1,4 +1,3 @@
|
||||||
|
|
||||||
.entries-list-container {
|
.entries-list-container {
|
||||||
background: #1e1e1e;
|
background: #1e1e1e;
|
||||||
box-shadow: -8px -8px 12px rgba(50, 50, 51, 0.66),
|
box-shadow: -8px -8px 12px rgba(50, 50, 51, 0.66),
|
||||||
|
@ -55,6 +54,7 @@
|
||||||
margin-right: 10px;
|
margin-right: 10px;
|
||||||
flex: 1;
|
flex: 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
.entries-list-container {
|
.entries-list-container {
|
||||||
margin: 20px;
|
margin: 20px;
|
||||||
}
|
}
|
||||||
|
@ -96,8 +96,32 @@
|
||||||
z-index: 1;
|
z-index: 1;
|
||||||
margin-top: 1px;
|
margin-top: 1px;
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
|
max-height: 150px;
|
||||||
|
overflow-y: auto;
|
||||||
|
scrollbar-width: thin;
|
||||||
|
scrollbar-color: #888 #333;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
.dropdown-content::-webkit-scrollbar {
|
||||||
|
width: 8px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.dropdown-content::-webkit-scrollbar-track {
|
||||||
|
background: #333;
|
||||||
|
}
|
||||||
|
|
||||||
|
.dropdown-content::-webkit-scrollbar-thumb {
|
||||||
|
background-color: #888;
|
||||||
|
border-radius: 10px;
|
||||||
|
border: 1px solid #333;
|
||||||
|
}
|
||||||
|
|
||||||
|
.custom-dropdown:hover .dropdown-content {
|
||||||
|
display: block;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
.custom-dropdown:hover .dropdown-content {
|
.custom-dropdown:hover .dropdown-content {
|
||||||
display: block;
|
display: block;
|
||||||
}
|
}
|
||||||
|
@ -167,3 +191,5 @@
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue