mirror of
https://github.com/openvinotoolkit/stable-diffusion-webui.git
synced 2024-12-14 14:45:06 +03:00
Fix extra network thumbs label color
Added white color for labels.
This commit is contained in:
parent
5c1cb9263f
commit
82a28bfe35
@ -857,6 +857,7 @@ footer {
|
|||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
background: rgba(0,0,0,.5);
|
background: rgba(0,0,0,.5);
|
||||||
|
color: white;
|
||||||
}
|
}
|
||||||
|
|
||||||
.extra-network-thumbs .card:hover .actions .name {
|
.extra-network-thumbs .card:hover .actions .name {
|
||||||
|
Loading…
Reference in New Issue
Block a user