Generalize tags to flags

This commit is contained in:
2015-09-22 19:31:53 +08:00
parent 54464ce395
commit 1d812de551
10 changed files with 315 additions and 230 deletions
+27
View File
@@ -0,0 +1,27 @@
.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;
}