[BUG] No background color inside the tab dropdown list
AuRiMaS666 opened this issue · 4 comments
After upgrading my Windows to 21H2 I've noticed that the background color in the tab dropdown list is missing.
Also, the same thing was happening with Adguard Assitant's background, but coincidentally this extension received an update after a long time which introduced dark mode and the issue went away.
I took a look at a fresh install of FF with default and Lepton themes and it doesn't have this problem, so I guess this is something specific to this theme.
P.S. While we are talking about background colors, may I suggest adding dark mode support for a bookmark syncing addon like EverSync or Floccus?
It should be fixed on the lastest commit.
As for the addons, I only theme addons by request, so unless you are requesting a dark theme for one of them, I don't think I will, considering that Firefox already has bookmarks syncing support.
Thank you, it does work fine now.
It would be nice to have EverSync's popup themed for overall completeness sake, as it's the only white addon I currently have and seems pretty basic to do. Floccus seems to be more complex and, to be honest, I haven't switched to that one yet.
I know FF has sync, but it's just my personal preference to use a 3rd party tool to be able to drop bookmarks between FF and Chromium easily.
For what I see the addon hasn't been updated in 2 years, and asks for some questionable permissions, also being related to FVD speed dial, which was taken down from AMO for privacy issues some time ago... so I wouldn't recommend using it.
Still, if you want to go ahead, here is the theme for it:
/*------ EVERSYNC ADDON ------*/
@-moz-document url-prefix(moz-extension://EVERSYNC-UUID-GOES-HERE/popup.html) {
html, body {
background-color: #222 !important;
color: #ccc !important
}
.fvdButton:not(.main) {
background-color: #333 !important;
background-image: none !important;
color: #ddd !important;
border-color: transparent !important;
text-shadow: none !important;
}
.fvdButton:not(.main):hover {
background-color: #444 !important;
color: #fff !important;
}
.fvdButton:not(.main):active {
background-color: #111 !important;
color: #fff !important;
}
.fvdButton.main {
background-color: #0050dd !important;
color: #fff !important;
text-shadow: none !important;
border-color: transparent !important;
}
.fvdButton.main:hover {
background-color: #0084ff !important;
}
.fvdButton.main:active {
background-color: #0020cc !important;
}
}
Thanks a lot for that!
I know it isn't perfect, but there weren't any better solutions at the time Xmarks went belly up and it works well enough, so I kept using it. Will look into trying out Floccus soon.