fixing tags color in tables

This commit is contained in:
Funelie 2022-08-01 09:07:27 +02:00
parent 8580ca8e6f
commit 07f7ffb6ff

View file

@ -98,6 +98,9 @@ i.massive.massive.massive.portrait.icon, i.massive.massive.massive.portrait.icon
background: #222222 !important; background: #222222 !important;
color: rgba(255,255,255,.87) !important; color: rgba(255,255,255,.87) !important;
} }
table.dataTable tbody tr td .ui.label:hover {
color: #353535 !important;
}
.ui.corner.label { .ui.corner.label {
border-color: rgba(0,0,0,.2); border-color: rgba(0,0,0,.2);
} }