mirror of
https://github.com/zen-browser/desktop.git
synced 2026-03-29 03:41:51 +00:00
feat: Small detail changes to control panel, b=no-bug, c=common
This commit is contained in:
@@ -499,7 +499,7 @@
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
&:is([open], [starred]) image {
|
||||
&:where([starred]) image {
|
||||
list-style-image: url("permissions-fill.svg");
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user