Fix extra network thumbs label color
Added white color for labels.
This commit is contained in:
parent
5c1cb9263f
commit
82a28bfe35
1 changed files with 1 additions and 0 deletions
|
@ -857,6 +857,7 @@ footer {
|
|||
white-space: nowrap;
|
||||
text-overflow: ellipsis;
|
||||
background: rgba(0,0,0,.5);
|
||||
color: white;
|
||||
}
|
||||
|
||||
.extra-network-thumbs .card:hover .actions .name {
|
||||
|
|
Loading…
Reference in a new issue