forked from Botanical/BotanJS
Generalize tags to flags
This commit is contained in:
@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user