style navbar windows 7 #198
This commit is contained in:
parent
d2cfebe4cb
commit
7dd6c1d195
|
@ -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
|
||||
}
|
||||
}
|
||||
}
|
|
@ -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
|
||||
|
|
|
@ -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";
|
||||
|
|
Loading…
Reference in New Issue