2016-08-17 17:54:59 -07:00
|
|
|
#items {
|
2016-11-05 18:02:35 -07:00
|
|
|
#DFAliases {
|
|
|
|
|
width: 100%;
|
|
|
|
|
height: 150px;
|
|
|
|
|
overflow: scroll;
|
|
|
|
|
|
|
|
|
|
span {
|
|
|
|
|
font-family: Arial, Helvetica, sans-serif;
|
|
|
|
|
font-size: 1.5em;
|
|
|
|
|
cursor: pointer;
|
|
|
|
|
display: block;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
span.selected {
|
|
|
|
|
background-color: rgba(255, 248, 131, 0.51);
|
|
|
|
|
}
|
|
|
|
|
}
|
2016-08-17 17:54:59 -07:00
|
|
|
}
|