diff --git a/src/other/firefox/chrome/Colloid/colors/light.css b/src/other/firefox/chrome/Colloid/colors/light.css index 56ad0bb4..e0d3ebcd 100644 --- a/src/other/firefox/chrome/Colloid/colors/light.css +++ b/src/other/firefox/chrome/Colloid/colors/light.css @@ -8,7 +8,7 @@ :root { /* Browser area before a page starts loading */ --gnome-browser-before-load-background: #F7F7F7; - + /* Accent */ --gnome-accent-bg: #5b9bf8; --gnome-accent: #3c84f7; diff --git a/src/other/firefox/chrome/Colloid/parts/dialogs.css b/src/other/firefox/chrome/Colloid/parts/dialogs.css index f5e7084a..c24bd7f9 100644 --- a/src/other/firefox/chrome/Colloid/parts/dialogs.css +++ b/src/other/firefox/chrome/Colloid/parts/dialogs.css @@ -8,7 +8,7 @@ window { /* Browser dialog prompts center */ .dialogOverlay { - display: grid; + display: grid; place-content: center; justify-content: center; grid-auto-rows: min(90%, var(--doc-height-px)); @@ -29,7 +29,7 @@ window[role="dialog"] { box-shadow: var(--gnome-menu-shadow) !important; padding: 0 !important; } -dialog { +dialog { padding: 0 !important; } @@ -70,7 +70,7 @@ dialog { /* Hadler dialog */ #os-default-handler image { - display: none !important; + display: none !important; } #os-default-handler .name { font-weight: normal !important; diff --git a/src/other/firefox/chrome/Colloid/parts/findbar.css b/src/other/firefox/chrome/Colloid/parts/findbar.css index 8f7f3181..395e63de 100644 --- a/src/other/firefox/chrome/Colloid/parts/findbar.css +++ b/src/other/firefox/chrome/Colloid/parts/findbar.css @@ -20,6 +20,7 @@ findbar label, findbar description { flex-direction: row; margin: 0 !important; width: calc(100% - 42px); + height: 46px !important; } hbox[anonid="findbar-textbox-wrapper"] { diff --git a/src/other/firefox/chrome/Colloid/parts/toolbox.css b/src/other/firefox/chrome/Colloid/parts/toolbox.css index 615b9500..38bd43c4 100644 --- a/src/other/firefox/chrome/Colloid/parts/toolbox.css +++ b/src/other/firefox/chrome/Colloid/parts/toolbox.css @@ -26,10 +26,6 @@ findbar { border-top: 1px solid var(--gnome-toolbar-border-color) !important; } -.findbar-container { - height: 46px !important; -} - #toolbar-menubar[autohide="true"][inactive="true"]:not([customizing="true"]) { min-height: 0 !important; height: 0 !important;