Fix coloring of action toggle in new inbox entries
This commit is contained in:
parent
b3cbfc762b
commit
6c38f61d5c
|
@ -23,6 +23,10 @@
|
||||||
.text-muted {
|
.text-muted {
|
||||||
color: RGBA(var(--primary-text), 0.8) !important;
|
color: RGBA(var(--primary-text), 0.8) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.btn {
|
||||||
|
color: inherit;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue