Skip to content

Commit

Permalink
Merge pull request #11 from loopy750/master
Browse files Browse the repository at this point in the history
Windows 7 artifact fix
  • Loading branch information
overdodactyl committed Oct 14, 2018
2 parents 5234013 + 81c0d8d commit 6cc2a3d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions css/userChrome-files/patch_windows.css
Original file line number Diff line number Diff line change
Expand Up @@ -160,4 +160,9 @@ treechildren::-moz-tree-image(flaggedCol,flagged) {
scrollbar {
filter: invert(90%)!important
}
@media screen and (-moz-os-version:windows-win7) {
treechildren {
--treechildren-outline: none!important
}
}
}
5 changes: 5 additions & 0 deletions userChrome.css
Original file line number Diff line number Diff line change
Expand Up @@ -1310,4 +1310,9 @@ treechildren::-moz-tree-image(flaggedCol,flagged) {
scrollbar {
filter: invert(90%)!important
}
@media screen and (-moz-os-version:windows-win7) {
treechildren {
--treechildren-outline: none!important
}
}
}

0 comments on commit 6cc2a3d

Please sign in to comment.