style navbar windows 7 #198

This commit is contained in:
overdodactyl 2018-10-03 13:12:55 -06:00
parent d2cfebe4cb
commit 7dd6c1d195
3 changed files with 17 additions and 0 deletions

View File

@ -0,0 +1,8 @@
@-moz-document url-prefix(chrome://) {
@media screen and (-moz-os-version:windows-win7) {
window {
background-color: var(--tone-9)!important;
color: var(--in-content-page-color)!important
}
}
}

View File

@ -733,6 +733,14 @@ url(chrome://browser/content/places/bookmarkProperties2.xul) {
.findbar-find-previous:hover {
background: var(--toolbarbutton-hover-background)!important
}
@-moz-document url-prefix(chrome://) {
@media screen and (-moz-os-version:windows-win7) {
window {
background-color: var(--tone-9)!important;
color: var(--in-content-page-color)!important
}
}
}
.tab-throbber::before {
fill: var(--in-content-category-text-selected)!important;
opacity: 1!important

View File

@ -11,6 +11,7 @@
@import "css/userChrome-files/customization_page.css";
@import "css/userChrome-files/findbar.css";
@import "css/userChrome-files/navbar.css";
@import "css/userChrome-files/navbar_menus.css";
@import "css/userChrome-files/page_info.css";
@import "css/userChrome-files/remove_bookmarks_bottom_border.css";