Files
desktop/src/toolkit/themes/shared/aboutReader-css.patch
mr. m 7e7d860c9e chore: Sync upstream Firefox to version 147.0, p=#11822
* chore: Sync upstream to `Firefox 147.0`

* chore: Continued migration, b=no-bug, c=tests

* chore: Finish migration without testing, b=no-bug, c=scripts, tabs, media, common, split-view

* feat: Finish migration, b=no-bug, c=common, compact-mode, split-view, workspaces

* feat: Finish basic migration, b=no-bug, c=kbs, common, folders

* feat: Update surfer, b=no-bug, c=scripts
2026-01-08 18:06:05 +01:00

49 lines
1.1 KiB
C++

diff --git a/toolkit/themes/shared/aboutReader.css b/toolkit/themes/shared/aboutReader.css
index 978d0ac8ae4a82947424c13c20d0f1d274dffe10..e5c7c489f7fff0661f103cdb383364bc8aa423a8 100644
--- a/toolkit/themes/shared/aboutReader.css
+++ b/toolkit/themes/shared/aboutReader.css
@@ -1187,3 +1187,43 @@ pre code {
display: block;
overflow: auto;
}
+
+/* Zen Overrides */
+
+.toolbar {
+ border: none !important;
+ padding: 0 !important;
+ box-shadow: none !important;
+}
+
+.toolbar-button {
+ border-radius: 50% !important;
+}
+
+.open>.dropdown-popup {
+ border: 1px solid light-dark(#00000033, #ffffff33) !important;
+ border-radius: 12px !important;
+}
+
+.font-type-buttons > label {
+ background-color: transparent !important;
+}
+
+.radiorow>label {
+ border-radius: 8px !important;
+}
+
+.buttonrow > button {
+ opacity: .6;
+}
+
+.buttonrow > button:enabled:hover,
+.buttonrow > button:enabled:hover:active {
+ background-color: transparent !important;
+ opacity: 1;
+}
+
+.radiorow>input[type=radio]:focus-visible+label::after,
+.radiorow>label:hover::after {
+ border: none !important;
+}