forked from Github-Mirrors/canaille
fixing tags color in tables
This commit is contained in:
parent
8580ca8e6f
commit
07f7ffb6ff
1 changed files with 3 additions and 0 deletions
|
@ -98,6 +98,9 @@ i.massive.massive.massive.portrait.icon, i.massive.massive.massive.portrait.icon
|
|||
background: #222222 !important;
|
||||
color: rgba(255,255,255,.87) !important;
|
||||
}
|
||||
table.dataTable tbody tr td .ui.label:hover {
|
||||
color: #353535 !important;
|
||||
}
|
||||
.ui.corner.label {
|
||||
border-color: rgba(0,0,0,.2);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue