Improved scene actors filter.

This commit is contained in:
2024-01-07 23:44:33 +01:00
parent e32a366fff
commit 43949185c2
11 changed files with 456 additions and 90 deletions

View File

@@ -49,7 +49,6 @@
--text-light: #fff;
--link: #48f;
--error: #f66;
--male: #0af;
--female: #f0a;
@@ -59,4 +58,10 @@
--disabled: #c20;
--disabled-background: rgba(255, 0, 0, .1);
--disabled-handle: var(--grey-light-10);
--error: #f66;
--alert: #f00;
--warn: #fa0;
--success: #5c2;
--notice: #25c;
}