From 84f67124ab7fd13e01a6487d2f889a61e64c6145 Mon Sep 17 00:00:00 2001 From: MrOtherGuy Date: Thu, 6 Dec 2018 23:18:31 +0200 Subject: [PATCH] Add compatibility with autohide behavior --- chrome/theme_sidebar.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/chrome/theme_sidebar.css b/chrome/theme_sidebar.css index 54e87be..bfa3e6f 100644 --- a/chrome/theme_sidebar.css +++ b/chrome/theme_sidebar.css @@ -3,6 +3,8 @@ /*!!! IMPORT theme_color_variables.css !!!*/ +#sidebar-box{ --toolbar-non-lwt-bgcolor: var(--uc-light-bkgnd-color) } + #sidebar-search-container #search-box{ -moz-appearance:none !important; background-color: var(--uc-dark-bkgnd-color) !important;