From 063611eb086571c6a2c52433d10652f617c3373b Mon Sep 17 00:00:00 2001 From: Rob Theriault Date: Wed, 6 Jul 2022 15:02:34 -0400 Subject: [PATCH 1/2] Use the variables for dash-to-dock dash-to-dock on gnome 42 was not transparent and has a border --- src/other/dash-to-dock/_dash-to-dock-4.scss | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/other/dash-to-dock/_dash-to-dock-4.scss b/src/other/dash-to-dock/_dash-to-dock-4.scss index 471fb5e..1969c4d 100644 --- a/src/other/dash-to-dock/_dash-to-dock-4.scss +++ b/src/other/dash-to-dock/_dash-to-dock-4.scss @@ -244,7 +244,8 @@ $osd_fg_color: #eeeeec; } #dashtodockContainer.dashtodock #dash .dash-background { - background: #2e3436; + background: $dash_background_color; + border-width: 0; } #dashtodockContainer.dashtodock .progress-bar { @@ -256,7 +257,7 @@ $osd_fg_color: #eeeeec; #dashtodockContainer.top #dash .placeholder, #dashtodockContainer.bottom #dash .placeholder { - width: 32px; + width: $dash_placeholder_size; height: 1px; } From ba04f8672ed57b348bf6b5f2c9fbf8b4d5533714 Mon Sep 17 00:00:00 2001 From: xlebpushek <81622486+xlebpushek@users.noreply.github.com> Date: Thu, 14 Jul 2022 06:28:01 -0700 Subject: [PATCH 2/2] Correction of minor syntax errors --- src/other/firefox/Monterey/parts/toolbox.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/other/firefox/Monterey/parts/toolbox.css b/src/other/firefox/Monterey/parts/toolbox.css index 24474c8..c3081a1 100644 --- a/src/other/firefox/Monterey/parts/toolbox.css +++ b/src/other/firefox/Monterey/parts/toolbox.css @@ -39,7 +39,7 @@ findbar:-moz-window-inactive { } #titlebar { - min-height: 0 !important + min-height: 0 !important; max-height: 36px !important; } @@ -90,7 +90,7 @@ findbar:-moz-window-inactive { /* bookmark-item */ toolbarbutton.bookmark-item { - padding: 0 4px; !important; + padding: 0 4px !important; margin: 0 2px !important; border-radius: 3px !important; max-height: 20px !important;