diff options
author | AUTOMATIC1111 <16777216c@gmail.com> | 2023-01-25 15:59:11 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-01-25 15:59:11 +0000 |
commit | 1982ef68900fe3c5eee704dfbda5416c1bb5470b (patch) | |
tree | b3770df453a97c524cc6e8a98eda96181fa1d164 /style.css | |
parent | 57c1baa774d07060af0abbd2974c5f36c8cb63ac (diff) | |
parent | 82a28bfe35928e244d4b51d72ce424aff5619b75 (diff) | |
download | stable-diffusion-webui-gfx803-1982ef68900fe3c5eee704dfbda5416c1bb5470b.tar.gz stable-diffusion-webui-gfx803-1982ef68900fe3c5eee704dfbda5416c1bb5470b.tar.bz2 stable-diffusion-webui-gfx803-1982ef68900fe3c5eee704dfbda5416c1bb5470b.zip |
Merge pull request #7138 from mykeehu/patch-4
Fix extra network thumbs label color
Diffstat (limited to 'style.css')
-rw-r--r-- | style.css | 1 |
1 files changed, 1 insertions, 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 {
|