BotanJS/botanjs/src/Astro/Blog/AstroEdit/Flag.css

28 lines
308 B
CSS

.flag_active {
color: white;
opacity: 1 !important;
}
.ae_flag_delete {
color: white;
padding: 0 0.5em 0 0;
}
.ae_flag_delete:hover {
color: red;
}
.ae_flag_add {
color: white;
cursor: default;
font-weight: 200;
}
.ae_flag_add:hover {
color: dodgerblue;
}
.ae_flags > span {
float: left;
}