You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
276 B
16 lines
276 B
4 years ago
|
.content{
|
||
|
position: absolute;
|
||
|
z-index: 1024;
|
||
|
background-color: #fefefe;
|
||
|
border: 1px solid #d1d1d1;
|
||
|
bottom: auto;
|
||
|
}
|
||
|
.item {
|
||
|
white-space: nowrap;
|
||
|
font-size: 12px;
|
||
|
cursor: pointer;
|
||
|
padding: 4px;
|
||
|
}
|
||
|
.item:hover {
|
||
|
background-color: #007aff;
|
||
|
}
|