2020-05-22 05:13:58 +00:00
|
|
|
/* Source file https://github.com/MrOtherGuy/firefox-csshacks/tree/master/chrome/theme_sidebar.css made available under Mozilla Public License v. 2.0
|
|
|
|
See the above repository for updates as well as full license text. */
|
|
|
|
|
2018-12-04 16:34:51 +00:00
|
|
|
/* Colors for bookmarks and history sidebars */
|
|
|
|
/* Color editing should generally be done in theme_color_variables.css */
|
|
|
|
|
2018-12-04 15:32:10 +00:00
|
|
|
/*!!! IMPORT theme_color_variables.css !!!*/
|
2018-12-04 16:34:51 +00:00
|
|
|
|
2018-12-06 21:18:31 +00:00
|
|
|
#sidebar-box{ --toolbar-non-lwt-bgcolor: var(--uc-light-bkgnd-color) }
|
|
|
|
|
2018-12-04 15:32:10 +00:00
|
|
|
#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,
|
2018-12-09 17:17:05 +00:00
|
|
|
#sidebar-box,
|
2018-12-04 15:32:10 +00:00
|
|
|
#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;
|
|
|
|
}
|