ui/services: fix some background colors

This commit is contained in:
Johannes Kirschbauer
2025-08-26 18:14:35 +02:00
parent 602879c9e4
commit b7639b1d81
3 changed files with 8 additions and 9 deletions

View File

@@ -66,11 +66,11 @@
border: 1px solid #2b4647; border: 1px solid #2b4647;
background: background:
linear-gradient(0deg, rgba(0, 0, 0, 0.18) 0%, rgba(0, 0, 0, 0.18) 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%),
linear-gradient( linear-gradient(
180deg, 180deg,
var(--clr-bg-inv-3, rgba(43, 70, 71, 0.79)) 0%, theme(colors.bg.inv.2) 0%,
var(--clr-bg-inv-4, rgba(32, 54, 55, 0.79)) 100% theme(colors.bg.inv.3) 100%
); );
box-shadow: box-shadow:

View File

@@ -5,12 +5,13 @@
border-radius: 8px; border-radius: 8px;
border: 1px solid #2e4a4b; border: 1px solid #2e4a4b;
background: background:
linear-gradient(0deg, rgba(0, 0, 0, 0.18) 0%, rgba(0, 0, 0, 0.18) 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%),
linear-gradient( linear-gradient(
180deg, 180deg,
var(--clr-bg-inv-3, rgba(46, 74, 75, 0.79)) 0%, theme(colors.bg.inv.2) 0%,
var(--clr-bg-inv-4, rgba(32, 54, 55, 0.79)) 100% theme(colors.bg.inv.3) 100%
); );
box-shadow: box-shadow:
0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 10px 15px -3px rgba(0, 0, 0, 0.1),
0 4px 6px -2px rgba(0, 0, 0, 0.05); 0 4px 6px -2px rgba(0, 0, 0, 0.05);

View File

@@ -217,9 +217,7 @@ def test_clan_create_api(
modules = list_service_modules(clan_dir_flake) modules = list_service_modules(clan_dir_flake)
admin_module = next(m for m in modules if m["module"]["name"] == "admin") admin_module = next(m for m in modules if m["module"]["name"] == "admin")
assert ( assert admin_module["info"]["manifest"].name == "clan-core/admin"
admin_module["info"]["manifest"].name == "clan-core/admin"
)
set_value_by_path(inventory, "instances", inventory_conf.instances) set_value_by_path(inventory, "instances", inventory_conf.instances)
store.write( store.write(