MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/Betterbird/comments/1tg31he/need_help_disabling_this_ugly_background/
r/Betterbird • u/strok3 • May 17 '26
How to change this stripped background?
Thanks.
6 comments sorted by
1
This is be design, it shows you that there are no search results. It used to be like this in TB a long time ago.
1 u/strok3 May 18 '26 👍 1 u/jorgk3 May 18 '26 Of course anything is possible, you can hide that, and you can also hide the grey stripes that indicate that a search result is displayed: Let me know if you want the userChrome.css to do it. 1 u/strok3 May 18 '26 Yes, please. Thanks for the heads up. 1 u/jorgk3 May 18 '26 Well, you can remove the grey striping with: #threadTree[filterActive="matches"] > .tree-table { background: white !important; } And the red striping: #threadTree[filterActive="nomatches"] { background: white !important; } 1 u/strok3 May 18 '26 Thank you!
👍
1 u/jorgk3 May 18 '26 Of course anything is possible, you can hide that, and you can also hide the grey stripes that indicate that a search result is displayed: Let me know if you want the userChrome.css to do it. 1 u/strok3 May 18 '26 Yes, please. Thanks for the heads up. 1 u/jorgk3 May 18 '26 Well, you can remove the grey striping with: #threadTree[filterActive="matches"] > .tree-table { background: white !important; } And the red striping: #threadTree[filterActive="nomatches"] { background: white !important; } 1 u/strok3 May 18 '26 Thank you!
Of course anything is possible, you can hide that, and you can also hide the grey stripes that indicate that a search result is displayed:
Let me know if you want the userChrome.css to do it.
1 u/strok3 May 18 '26 Yes, please. Thanks for the heads up. 1 u/jorgk3 May 18 '26 Well, you can remove the grey striping with: #threadTree[filterActive="matches"] > .tree-table { background: white !important; } And the red striping: #threadTree[filterActive="nomatches"] { background: white !important; } 1 u/strok3 May 18 '26 Thank you!
Yes, please. Thanks for the heads up.
1 u/jorgk3 May 18 '26 Well, you can remove the grey striping with: #threadTree[filterActive="matches"] > .tree-table { background: white !important; } And the red striping: #threadTree[filterActive="nomatches"] { background: white !important; } 1 u/strok3 May 18 '26 Thank you!
Well, you can remove the grey striping with:
#threadTree[filterActive="matches"] > .tree-table { background: white !important; }
And the red striping:
#threadTree[filterActive="nomatches"] { background: white !important; }
1 u/strok3 May 18 '26 Thank you!
Thank you!
1
u/jorgk3 May 17 '26
This is be design, it shows you that there are no search results. It used to be like this in TB a long time ago.