From aa2703d4cabe6073da17ac5ff1161fd4ca4b5c7e Mon Sep 17 00:00:00 2001 From: Folkmann Date: Mon, 3 May 2021 08:31:59 +0200 Subject: [PATCH] Minor G-suite fix for header and fix for calendar colors --- chrome-extension/themes/websites/all-google.scss | 3 +++ chrome-extension/themes/websites/googlecalendar.scss | 1 + 2 files changed, 4 insertions(+) diff --git a/chrome-extension/themes/websites/all-google.scss b/chrome-extension/themes/websites/all-google.scss index ebab7c65..12458351 100644 --- a/chrome-extension/themes/websites/all-google.scss +++ b/chrome-extension/themes/websites/all-google.scss @@ -68,6 +68,9 @@ form[role="search"] button, background-color: white !important; border-radius: 3px !important; } +div.gb_ja { + background-color: $theme-background-box !important; +} // Menu and user "buttons" #gb#gb a.gb_C { diff --git a/chrome-extension/themes/websites/googlecalendar.scss b/chrome-extension/themes/websites/googlecalendar.scss index 1a7065df..e6e53141 100644 --- a/chrome-extension/themes/websites/googlecalendar.scss +++ b/chrome-extension/themes/websites/googlecalendar.scss @@ -329,6 +329,7 @@ div[role="main"] > div { } .qmv2fc.KKjvXb, +.YKPJ0b div[style*="background-color:"], .sIyjR { @include invert-back(); }