From d498ed43d2f50af71322bb423d44701a60b1b367 Mon Sep 17 00:00:00 2001 From: MrOtherGuy Date: Tue, 4 Dec 2018 18:34:51 +0200 Subject: [PATCH] Remove theme color variables import --- chrome/theme_sidebar.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/chrome/theme_sidebar.css b/chrome/theme_sidebar.css index d1ffdb2..54e87be 100644 --- a/chrome/theme_sidebar.css +++ b/chrome/theme_sidebar.css @@ -1,5 +1,8 @@ +/* Colors for bookmarks and history sidebars */ +/* Color editing should generally be done in theme_color_variables.css */ + /*!!! IMPORT theme_color_variables.css !!!*/ -@import url(theme_color_variables.css); + #sidebar-search-container #search-box{ -moz-appearance:none !important; background-color: var(--uc-dark-bkgnd-color) !important;