feat: Small detail changes to control panel, b=no-bug, c=common

This commit is contained in:
mr. m
2026-03-06 00:43:38 +01:00
parent efae7418c4
commit ea35896484
2 changed files with 4 additions and 3 deletions

View File

@@ -499,7 +499,7 @@
pointer-events: none;
}
&:is([open], [starred]) image {
&:where([starred]) image {
list-style-image: url("permissions-fill.svg");
}
}

View File

@@ -377,6 +377,7 @@
.zen-site-data-section-header {
font-weight: 600;
font-size: 12px;
& label {
margin: 0;
@@ -546,11 +547,11 @@
background: linear-gradient(to bottom, light-dark(rgb(255, 255, 255), rgb(34, 34, 34)), light-dark(rgb(246, 246, 246), rgb(21, 21, 21)));
box-shadow:
0px 2px 4px rgba(0, 0, 0, 0.1),
0px 1px 2px rgba(0, 0, 0, 0.1),
inset 0px 1px 0px light-dark(transparent, rgba(255, 255, 255, 0.15));
border-radius: 6px;
--base-border-color: light-dark(rgba(0, 0, 0, 0.3), rgba(255, 255, 255, 0.1));
border: 1px solid light-dark(var(--base-border-color), rgb(21, 21, 21));
border: 0.5px solid light-dark(var(--base-border-color), rgb(21, 21, 21));
}
@media not (-moz-platform: macos) {