Refactor zen-theme.css and zen-preferences.css to update the marketplace item layout and add configuration button

This commit is contained in:
mauro-balades
2024-09-11 21:45:29 +02:00
parent 096d1f305c
commit 2ea30c98aa
2 changed files with 17 additions and 0 deletions

View File

@@ -43,6 +43,7 @@
--in-content-primary-button-border-color: transparent !important;
--in-content-primary-button-border-hover: transparent !important;
--in-content-primary-button-border-active: var(--zen-colors-border) !important;
--in-content-box-border-color: var(--zen-colors-border) !important;
--in-content-accent-color: var(--zen-colors-primary) !important;

View File

@@ -32,6 +32,22 @@ groupbox {
box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.1);
}
@media (-moz-bool-pref: 'zen.theme.color-prefs.amoled') {
groupbox {
background: #141414;
}
}
@media (-moz-bool-pref: 'zen.theme.color-prefs.colorful') {
groupbox {
background: light-dark(white, color-mix(in srgb, var(--zen-primary-color) 10%, #1b1b1b 90%));
}
:root {
--zen-settings-secondary-background: light-dark(#f2f4f4, color-mix(in srgb, var(--zen-colors-tertiary) 70%, #0f0f0f 30%));
}
}
.subcategory + groupbox,
#noFxaAccount,
#hasFxaAccount {