From d923a27d1aa7be4811aa57185b6056b886a62cb0 Mon Sep 17 00:00:00 2001 From: Vince Date: Wed, 4 Nov 2020 11:17:51 +0800 Subject: [PATCH] update --- src/main/gtk-3.0/gtk-dark-solid.css | 4 ++++ src/main/gtk-3.0/gtk-dark.css | 4 ++++ src/main/gtk-3.0/gtk-light-solid.css | 4 ++++ src/main/gtk-3.0/gtk-light.css | 4 ++++ .../firefox/chrome/WhiteSur/parts/titlebutton-dark.css | 10 ++++++++++ .../chrome/WhiteSur/parts/titlebutton-light.css | 3 ++- src/sass/gtk/_applications.scss | 4 ++++ 7 files changed, 32 insertions(+), 1 deletion(-) diff --git a/src/main/gtk-3.0/gtk-dark-solid.css b/src/main/gtk-3.0/gtk-dark-solid.css index 92d18edf..ebe44c0c 100644 --- a/src/main/gtk-3.0/gtk-dark-solid.css +++ b/src/main/gtk-3.0/gtk-dark-solid.css @@ -7235,6 +7235,10 @@ window#GearyMainWindow.background.csd paned.geary-sidebar-pane-separator frame.g background: none; } +.geary-accounts-editor-pane .geary-accounts-editor-pane-content .geary-labelled-row.geary-settings entry { + background-color: rgba(255, 255, 255, 0.05) !important; +} + window.background:not(.csd) > widget > separator { padding-top: 1px; margin-top: 1px; diff --git a/src/main/gtk-3.0/gtk-dark.css b/src/main/gtk-3.0/gtk-dark.css index 392c3876..6ce01341 100644 --- a/src/main/gtk-3.0/gtk-dark.css +++ b/src/main/gtk-3.0/gtk-dark.css @@ -7231,6 +7231,10 @@ window#GearyMainWindow.background.csd paned.geary-sidebar-pane-separator frame.g background: none; } +.geary-accounts-editor-pane .geary-accounts-editor-pane-content .geary-labelled-row.geary-settings entry { + background-color: rgba(255, 255, 255, 0.05) !important; +} + window.background:not(.csd) > widget > separator { padding-top: 1px; margin-top: 1px; diff --git a/src/main/gtk-3.0/gtk-light-solid.css b/src/main/gtk-3.0/gtk-light-solid.css index 53d7860f..d1c497c5 100644 --- a/src/main/gtk-3.0/gtk-light-solid.css +++ b/src/main/gtk-3.0/gtk-light-solid.css @@ -7250,6 +7250,10 @@ window#GearyMainWindow.background.csd paned.geary-sidebar-pane-separator frame.g background: none; } +.geary-accounts-editor-pane .geary-accounts-editor-pane-content .geary-labelled-row.geary-settings entry { + background-color: rgba(0, 0, 0, 0.05) !important; +} + window.background:not(.csd) > widget > separator { padding-top: 1px; margin-top: 1px; diff --git a/src/main/gtk-3.0/gtk-light.css b/src/main/gtk-3.0/gtk-light.css index f76e53af..a4c9785a 100644 --- a/src/main/gtk-3.0/gtk-light.css +++ b/src/main/gtk-3.0/gtk-light.css @@ -7246,6 +7246,10 @@ window#GearyMainWindow.background.csd paned.geary-sidebar-pane-separator frame.g background: none; } +.geary-accounts-editor-pane .geary-accounts-editor-pane-content .geary-labelled-row.geary-settings entry { + background-color: rgba(0, 0, 0, 0.05) !important; +} + window.background:not(.csd) > widget > separator { padding-top: 1px; margin-top: 1px; diff --git a/src/other/firefox/chrome/WhiteSur/parts/titlebutton-dark.css b/src/other/firefox/chrome/WhiteSur/parts/titlebutton-dark.css index daa3b87f..b9445308 100644 --- a/src/other/firefox/chrome/WhiteSur/parts/titlebutton-dark.css +++ b/src/other/firefox/chrome/WhiteSur/parts/titlebutton-dark.css @@ -14,6 +14,8 @@ background: url("../titlebuttons/titlebutton-minimize-dark.svg") no-repeat; background-size: contain; } +:root[tabsintitlebar] #titlebar .titlebar-buttonbox .titlebar-restore, +:root[tabsintitlebar] #titlebar #titlebar-restore, :root[tabsintitlebar][sizemode="maximized"] #titlebar .titlebar-buttonbox .titlebar-max, :root[tabsintitlebar][sizemode="maximized"] #titlebar #titlebar-max { background: url("../titlebuttons/titlebutton-maximize-dark.svg") no-repeat; @@ -52,6 +54,8 @@ background-size: contain; transition: background-size 300ms cubic-bezier(0.0, 0.0, 0.2, 1); } +:root[tabsintitlebar] #titlebar .titlebar-buttonbox:hover .titlebar-restore, +:root[tabsintitlebar] #titlebar #titlebar-restore:hover, :root[tabsintitlebar][sizemode="maximized"] #titlebar .titlebar-buttonbox:hover .titlebar-max, :root[tabsintitlebar][sizemode="maximized"] #titlebar #titlebar-max:hover { background: url("../titlebuttons/titlebutton-unmaximize-hover-dark.svg") no-repeat; @@ -72,6 +76,8 @@ background: url("../titlebuttons/titlebutton-minimize-active-dark.svg") no-repeat; background-size: contain; } +:root[tabsintitlebar] #titlebar .titlebar-buttonbox:active .titlebar-restore, +:root[tabsintitlebar] #titlebar #titlebar-restore:active, :root[tabsintitlebar][sizemode="maximized"] #titlebar .titlebar-buttonbox:active .titlebar-max:active, :root[tabsintitlebar][sizemode="maximized"] #titlebar #titlebar-max:active { background: url("../titlebuttons/titlebutton-unmaximize-active-dark.svg") no-repeat; @@ -92,6 +98,8 @@ background: url("../titlebuttons/titlebutton-backdrop-dark.svg") no-repeat; background-size: contain; } +:root[tabsintitlebar] #titlebar:-moz-window-inactive .titlebar-buttonbox .titlebar-restore, +:root[tabsintitlebar] #titlebar:-moz-window-inactive #titlebar-restore, :root[tabsintitlebar][sizemode="maximized"] #titlebar:-moz-window-inactive .titlebar-buttonbox .titlebar-max, :root[tabsintitlebar][sizemode="maximized"] #titlebar:-moz-window-inactive #titlebar-max { background: url("../titlebuttons/titlebutton-backdrop-dark.svg") no-repeat; @@ -112,6 +120,8 @@ background: url("../titlebuttons/titlebutton-minimize-backdrop-dark.svg") no-repeat; background-size: contain; } +:root[tabsintitlebar] #titlebar:-moz-window-inactive .titlebar-buttonbox:hover .titlebar-restore, +:root[tabsintitlebar] #titlebar:-moz-window-inactive #titlebar-restore:hover, :root[tabsintitlebar][sizemode="maximized"] #titlebar:-moz-window-inactive .titlebar-buttonbox:hover .titlebar-max, :root[tabsintitlebar][sizemode="maximized"] #titlebar:-moz-window-inactive #titlebar-max:hover { background: url("../titlebuttons/titlebutton-unmaximize-backdrop-dark.svg") no-repeat; diff --git a/src/other/firefox/chrome/WhiteSur/parts/titlebutton-light.css b/src/other/firefox/chrome/WhiteSur/parts/titlebutton-light.css index e6be77a6..7d7c2779 100644 --- a/src/other/firefox/chrome/WhiteSur/parts/titlebutton-light.css +++ b/src/other/firefox/chrome/WhiteSur/parts/titlebutton-light.css @@ -13,7 +13,6 @@ background: url("../titlebuttons/titlebutton-minimize.svg") no-repeat; background-size: contain; } - :root[tabsintitlebar] #titlebar .titlebar-buttonbox .titlebar-restore, :root[tabsintitlebar] #titlebar #titlebar-restore, :root[tabsintitlebar][sizemode="maximized"] #titlebar .titlebar-buttonbox .titlebar-max, @@ -120,6 +119,8 @@ background: url("../titlebuttons/titlebutton-minimize-backdrop.svg") no-repeat; background-size: contain; } +:root[tabsintitlebar] #titlebar:-moz-window-inactive .titlebar-buttonbox:hover .titlebar-restore, +:root[tabsintitlebar] #titlebar:-moz-window-inactive #titlebar-restore:hover, :root[tabsintitlebar][sizemode="maximized"] #titlebar:-moz-window-inactive .titlebar-buttonbox:hover .titlebar-max, :root[tabsintitlebar][sizemode="maximized"] #titlebar:-moz-window-inactive #titlebar-max:hover { background: url("../titlebuttons/titlebutton-unmaximize-backdrop.svg") no-repeat; diff --git a/src/sass/gtk/_applications.scss b/src/sass/gtk/_applications.scss index e776f9fa..454c3be4 100644 --- a/src/sass/gtk/_applications.scss +++ b/src/sass/gtk/_applications.scss @@ -2809,6 +2809,10 @@ window#GearyMainWindow.background.csd { } } +.geary-settings { + entry { background-color: $entry_bg !important; } +} + // // * Firefox and Thunderbird * //