Set active tag selection

This commit is contained in:
Leigh Morresi
2021-01-30 12:26:22 +01:00
parent 3eaccfe5da
commit a8ae9d54aa
3 changed files with 16 additions and 7 deletions

View File

@@ -140,11 +140,15 @@ body:after, body:before {
.button-tag {
background: rgb(99, 99, 99);
/* this is a green */
color: #fff;
font-size: 65%;
color: #fff;
font-size: 65%;
border-bottom-left-radius: initial;
border-bottom-right-radius: initial;
}
.button-tag.active {
background: #9c9c9c;
font-weight: bold;
}
.button-error {
background: rgb(202, 60, 60);
/* this is a maroon */