botanjs/src/Astro/Blog/AstroEdit/SmartInput.css
raw ยท 292 bytes
.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;
}