mirror of
https://github.com/umami-software/umami.git
synced 2026-02-05 21:27:20 +01:00
Apply CSS to flag icons.
This commit is contained in:
parent
938047ce45
commit
9345c9ac9e
2 changed files with 13 additions and 11 deletions
|
|
@ -4,11 +4,15 @@
|
|||
gap: 10px;
|
||||
}
|
||||
|
||||
.row .inactive {
|
||||
.row.inactive {
|
||||
color: var(--base500);
|
||||
}
|
||||
|
||||
.row .active {
|
||||
.row.inactive img {
|
||||
opacity: 0.35;
|
||||
}
|
||||
|
||||
.row.active {
|
||||
color: var(--base900);
|
||||
font-weight: 600;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue