forked from Botanical/BotanJS
22 lines
344 B
CSS
22 lines
344 B
CSS
.smartbar-candidates {
|
|
padding: 0.5em;
|
|
background-color: rgba( 0, 0, 0, 0.2 );
|
|
}
|
|
|
|
.smartbar-candidates .cn {
|
|
padding: 0.2em 0.5em;
|
|
}
|
|
|
|
.smartbar-candidates .cn:hover {
|
|
background-color: rgba( 0, 0, 0, 0.2 );
|
|
}
|
|
|
|
.smartbar-candidates .cn[data-selected="1"] {
|
|
background-color: orangered;
|
|
}
|
|
|
|
.cn .desc {
|
|
margin-left: 0.5em;
|
|
opacity: 0.65;
|
|
}
|