gah I forgot to stage all my new files

This commit is contained in:
Chris Cochrun 2025-02-09 22:47:11 -06:00
parent bd5a4b0c0e
commit 9f4c905c03
319 changed files with 12157 additions and 14 deletions

View file

@ -0,0 +1,43 @@
/* Colors for bookmarks and history sidebars */
/* Color editing should generally be done in theme_color_variables.css */
/*!!! 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;
border: none !important;
color: var(--uc-text-color) !important;
}
#history-panel,
#bookmarksPanel,
#sidebar-header{
background-color: var(--uc-light-bkgnd-color) !important;
color: var(--uc-text-color) !important;
border-top: none !important;
border-bottom:none !important;
scrollbar-color: rgb(210,210,210) var(--uc-light-bkgnd-color) !important;
}
.sidebar-placesTreechildren,
#sidebar-box,
#sidebar-header{
color: var(--uc-text-color) !important;
}
.sidebar-placesTreechildren::-moz-tree-cell{
outline:none;
border-radius:0px;
background-image:none;
}
.sidebar-placesTreechildren::-moz-tree-cell(selected){
background-color: var(--uc-border-color) !important;
}
.sidebar-placesTreechildren::-moz-tree-cell(hover){
background-color: var(--uc-active-color) !important;
}