Remove theme color variables import

This commit is contained in:
MrOtherGuy 2018-12-04 18:34:51 +02:00
parent 4a73dad366
commit d498ed43d2

View file

@ -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 theme_color_variables.css !!!*/
@import url(theme_color_variables.css);
#sidebar-search-container #search-box{ #sidebar-search-container #search-box{
-moz-appearance:none !important; -moz-appearance:none !important;
background-color: var(--uc-dark-bkgnd-color) !important; background-color: var(--uc-dark-bkgnd-color) !important;