penguin/AstroJS

Javascript framework for my blog

botanjs/src/Astro/Blog/AstroEdit/SmartInput.css

raw ยท 213 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 );
}