mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-01-08 14:02:41 +00:00
adjust styling to make individual items more apparent
This commit is contained in:
@@ -1,17 +1,25 @@
|
|||||||
.dropdown-container {
|
.dropdown-container {
|
||||||
position:relative;
|
position:relative;
|
||||||
|
flex: 1;
|
||||||
|
input {
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
.dropdown-options {
|
.dropdown-options {
|
||||||
position:absolute;
|
position:absolute;
|
||||||
background-color: rgb(227, 227, 227);
|
background-color: rgb(227, 227, 227);
|
||||||
z-index: 100;
|
z-index: 100;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
border: 1px solid gray;
|
border: 1px solid gray;
|
||||||
|
overflow-y: scroll;
|
||||||
|
height: 200px;
|
||||||
.item {
|
.item {
|
||||||
position:relative;
|
position:relative;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
font-family: OpenSans;
|
font-family: OpenSans;
|
||||||
padding: 5px;
|
padding: 5px;
|
||||||
cursor: default;
|
cursor: default;
|
||||||
|
margin: 0 3px;
|
||||||
|
border-bottom: 1px solid darkgray;
|
||||||
&:hover {
|
&:hover {
|
||||||
filter: brightness(120%);
|
filter: brightness(120%);
|
||||||
background-color: rgb(163, 163, 163);
|
background-color: rgb(163, 163, 163);
|
||||||
|
|||||||
Reference in New Issue
Block a user