mirror of
https://codeberg.org/claui/mobile-config-firefox.git
synced 2024-11-10 03:40:14 +00:00
Remove theme color variables import
This commit is contained in:
parent
4a73dad366
commit
d498ed43d2
1 changed files with 4 additions and 1 deletions
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue