Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion themes/1207efa9-fce4-439f-a673-9d3c0e4e8820/chrome.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ scrollbox:nth-child(5) {
scrollbar-width: thin !important;
}

@media (-moz-bool-pref: "zen.view.sidebar-expanded") {
@media (-moz-pref("zen.view.sidebar-expanded")) {
scrollbox:nth-child(5) {
scrollbar-width: auto !important;
}
Expand All @@ -11,3 +11,4 @@ scrollbox:nth-child(5) {
#navigator-toolbox {
-moz-window-dragging: no-drag; /* Disables window dragging */
}

6 changes: 3 additions & 3 deletions themes/1e86cf37-a127-4f24-b919-d265b5ce29a0/chrome.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@
*/

/* 1 - Hide Zoom button in URL bar */
@media (-moz-bool-pref: "mod.lean.hide-zoom") {
@media (-moz-pref("mod.lean.hide-zoom")) {
#urlbar-zoom-button {
display: none !important;
}
}

/* 2 - Show translation button when hovering URL bar in Single Toolbar mode */
:root[zen-single-toolbar='true'] {
@media (-moz-bool-pref: "mod.lean.show-translation") {
@media (-moz-pref("mod.lean.show-translation")) {
#urlbar:hover {
#translations-button {
display: inherit !important;
Expand Down Expand Up @@ -48,7 +48,7 @@

/* 3 - Show page action button for extensions when hovering URL bar in Single Toolbar mode */
:root[zen-single-toolbar='true'] {
@media (-moz-bool-pref: "mod.lean.show-pageactions") {
@media (-moz-pref("mod.lean.show-pageactions")) {
#urlbar:hover {
.urlbar-addon-page-action {
display: inherit !important;
Expand Down
11 changes: 6 additions & 5 deletions themes/35f24f2c-b211-43e2-9fe4-2c3bc217d9f7/chrome.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@media not (-moz-bool-pref: "zen.view.sidebar-expanded") {
@media not (-moz-pref("zen.view.sidebar-expanded")) {
.tabbrowser-tab {
/* Unhide the tab title and show only the first comptitle-width letters */
.tab-label-container {
Expand Down Expand Up @@ -37,31 +37,32 @@
}

/* 1 character */
@media (-moz-bool-pref: "uc.theme.comptitle-one-char-title.enabled") {
@media (-moz-pref("uc.theme.comptitle-one-char-title.enabled")) {
.tab-label-container {
--comptitle-width: 1ch;
}
}

/* 3 characters */
@media (-moz-bool-pref: "uc.theme.comptitle-three-char-title.enabled") {
@media (-moz-pref("uc.theme.comptitle-three-char-title.enabled")) {
.tab-label-container {
--comptitle-width: 3ch;
}
}

/* Enable on pinned tabs */
@media (-moz-bool-pref: "uc.theme.comptitle-enable-pinned.enabled") {
@media (-moz-pref("uc.theme.comptitle-enable-pinned.enabled")) {
.tab-label-container {
width: var(--comptitle-width) !important;
}
}

/* Use active text color for all tabs */
@media (-moz-bool-pref: "uc.theme.comptitle-default-text.enabled") {
@media (-moz-pref("uc.theme.comptitle-default-text.enabled")) {
.tab-label-container {
color: initial !important;
}
}
}
}

9 changes: 6 additions & 3 deletions themes/5bb07b6e-c89f-4f4a-a0ed-e483cc535594/chrome.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 6 additions & 3 deletions themes/74c755b3-41a5-4f78-83cb-cd1e1e076bb6/chrome.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion themes/c5f7fb68-cc75-4df0-8b02-dc9ee13aa773/chrome.css
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
background-image: url("chrome://browser/skin/tabbrowser/tab-audio-muted-small.svg") !important;
}

@media (-moz-bool-pref: "uc.audio-tabicon.left-side") {
@media (-moz-pref("uc.audio-tabicon.left-side")) {
.tab-icon-overlay {
transform: translate(-50%, -35%) scale(0.7) !important;
}
Expand All @@ -31,3 +31,4 @@
.tab-icon-overlay:is([soundplaying], [muted]):not([selected]) {
display: block !important;
}

4 changes: 2 additions & 2 deletions themes/e34745fd-2b7f-4c16-b03a-6e29e5c3f20a/chrome.css
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ Enabling 'Hide both' below here with compact mode disabled.";
}
}

@media (-moz-bool-pref: "zen.view.compact.hide-toolbar") { /* zen default hide toolbar */
@media (-moz-bool-pref: "mod.devdinc.hide-navbar.animation.enabled") {
@media (-moz-pref("zen.view.compact.hide-toolbar")) { /* zen default hide toolbar */
@media (-moz-pref("mod.devdinc.hide-navbar.animation.enabled")) {
/* Transition defaults for all toolbar elements */
#nav-bar,
#zen-sidebar-top-buttons,
Expand Down
7 changes: 4 additions & 3 deletions themes/e74cb40a-f3b8-445a-9826-1b1b6e41b846/chrome.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@

:root:has(#theme-Custom-uiFont[theme-custom_uifont-default="Serif"]) {
@media (-moz-pref("theme.custom_uifont.default", "Serif")) {
*:not(.titlebar-buttonbox-container *) {font-family: serif !important;}
}
:root:has(#theme-Custom-uiFont[theme-custom_uifont-default="Custom"]) {

@media (-moz-pref("theme.custom_uifont.default", "Custom")) {
*:not(.titlebar-buttonbox-container *) {font-family: var(--theme-custom_uifont-custom) !important; text-shadow: var(--theme-custom_uifont-shadow) !important;}
}

Loading