mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-01-09 05:02:42 +00:00
dropdown changes
This commit is contained in:
20
client/components/combobox.less
Normal file
20
client/components/combobox.less
Normal file
@@ -0,0 +1,20 @@
|
||||
.dropdown-container {
|
||||
position:relative;
|
||||
.dropdown-options {
|
||||
position:absolute;
|
||||
background-color: rgb(227, 227, 227);
|
||||
z-index: 100;
|
||||
width: 100%;
|
||||
border: 1px solid #444;
|
||||
.item {
|
||||
font-size: 12px;
|
||||
font-family: OpenSans;
|
||||
padding: 5px;
|
||||
&:hover {
|
||||
filter: brightness(120%);
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user