|
@@ -29,14 +29,14 @@
|
|
|
border-left: 1px solid #000;
|
|
border-left: 1px solid #000;
|
|
|
}
|
|
}
|
|
|
.text_input > .menu {
|
|
.text_input > .menu {
|
|
|
- background: linear-gradient(45deg, black, transparent);
|
|
|
|
|
|
|
+ background-color: wheat;
|
|
|
width: 200px;
|
|
width: 200px;
|
|
|
height: 300px;
|
|
height: 300px;
|
|
|
box-shadow: #000;
|
|
box-shadow: #000;
|
|
|
position: absolute;
|
|
position: absolute;
|
|
|
display: none;
|
|
display: none;
|
|
|
z-index: 100;
|
|
z-index: 100;
|
|
|
- box-shadow: 0 5px 7px rgb(0 0 0 / 15%);
|
|
|
|
|
|
|
+ box-shadow: 0 5px 7px rgb(0 0 0 / 25%);
|
|
|
}
|
|
}
|
|
|
.text_input > .menu ul {
|
|
.text_input > .menu ul {
|
|
|
list-style-type: none;
|
|
list-style-type: none;
|