mirror of
https://github.com/wassname/talk.git
synced 2026-07-11 15:17:14 +08:00
14 lines
199 B
CSS
14 lines
199 B
CSS
.option {
|
|
min-width: 100px;
|
|
width: 100%;
|
|
padding: 10px;
|
|
outline: none;
|
|
white-space: nowrap;
|
|
text-align: left;
|
|
|
|
&:focus, &:hover {
|
|
background-color: #ccc;
|
|
cursor: pointer;
|
|
}
|
|
}
|