mirror of
https://github.com/vladmandic/automatic
synced 2026-09-19 09:14:35 +02:00
style(ui): add disabled-look class for civitai mutual exclusivity
This commit is contained in:
@@ -2236,6 +2236,11 @@ div:has(>#tab-gallery-folders) {
|
||||
filter: blur(0);
|
||||
}
|
||||
|
||||
.disabled-look textarea {
|
||||
opacity: 0.4;
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
@keyframes spin {
|
||||
from {
|
||||
transform: rotate(0deg);
|
||||
|
||||
Reference in New Issue
Block a user