More Fixes...changelog entry to come 12/5/2107

This commit is contained in:
overdodactyl 2017-12-05 12:15:26 -07:00
parent 5928aa3a86
commit 46e72eae72
3 changed files with 18 additions and 2 deletions

View File

@ -6,10 +6,16 @@
--panel-separator-color: var(--grey-60) !important;
}
#PopupAutoCompleteRichResult .autocomplete-richlistbox {
#PopupAutoCompleteRichResult .autocomplete-richlistbox {
background-color: var(--grey-60) !important;
}
/* Hover color */
.autocomplete-richlistitem:hover,
treechildren.searchbar-treebody::-moz-tree-row(hover) {
background-color: var(--primary-dark-color) !important;
}
#PopupAutoCompleteRichResult .autocomplete-richlistitem {
border-bottom-color: var(--primary-light-color) !important;
@ -60,6 +66,7 @@
}
.search-panel-header {
background-color: var(--grey-80) !important;
border-top: none !important;
}

View File

@ -48,7 +48,7 @@ menupopup menu:hover, menuitem:hover {
}
/* The following snippets are designed to fix promblems
* only noticed on Windows computers. Thank you to u/u/markdarkness!
* only noticed on Windows computers. Thank you to u/markdarkness!
* for helping me with these issues. */
/* Remove white separators between menu items */

View File

@ -6,6 +6,11 @@
opacity: 1 !important;
}
/* Change the outline of icons to light instead of dark */
.sidebar-placesTree::-moz-tree-image, .sidebar-placesTreechildren::-moz-tree-image {
fill: var(--primary-light-color) !important;
}
/* Sidebar Header */
.sidebar-header, #sidebar-header {
background: var(--grey-80) !important;
@ -56,6 +61,10 @@
filter: invert(60%);
}
#button_treestyletab_piro_sakura_ne_jp-sidebar-action .toolbarbutton-icon {
filter: invert(87%);
}
/* Siderbar slider - thank you u/_Dimitri_
* Add this section if on Windows
scrollbar > slider {