You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I undertand that Floorp is NOT supported on Windows 7/8.1 or lower.
Describe the bug
The 'Recommended by Pocket' section of New Tab has vanilla Firefox's styling, which makes it look kinda awful against new tab page backgrounds.
To Reproduce
Be in a region where Recommended by Pocket exists, such as Britain
Start a new Floorp profile
Expected behavior
It'll use white header text, and the posts themselves will look way more consistent with the rest of the NTP.
Screenshots
OS Info
Feren OS 2023.04
Floorp Version
11.1.2 (Flathub)
Additional context
In case you don't have this in Japan, here's the style classes:
'Recommended by Pocket': .section-title, chrome://activity-stream/content/css/activity-stream.css:2273
'Learn more': .learn-more-link a, chrome://activity-stream/content/css/activity-stream.css:2704
Cards on this section: .ds-card-grid .ds-card, chrome://activity-stream/content/css/activity-stream.css:2712, chrome://activity-stream/content/css/activity-stream.css:2721
Show sponsored stories: browser.newtabpage.activity-stream.showSponsored
Recommended by Pocket (enables the section this issue is about, on by default in available regions): browser.newtabpage.activity-stream.feeds.section.topstories
Show sponsored sites in top sites section: browser.newtabpage.activity-stream.showSponsoredTopSites
Style-values of settings in New Tab Page's settings:
The whole 'Recommended by Pocket' option: #pocket-section
Sponsored Top Sites checkbox: #sponsored-shortcuts and data-l10n-id="newtab-custom-sponsored-sites"
Same settings but in about:preferences:
'Recommended by Pocket': data-subcategory="topstories"
Sponsored Top Sites checkbox: data-l10n-id="home-prefs-shortcuts-by-option-sponsored"
The text was updated successfully, but these errors were encountered:
dominichayesferen
changed the title
[Bug] Recommended by Pocket has an incorrect text colour
[Bug] Recommended by Pocket has vanilla/non-matching styling
Aug 14, 2023
Attention!
Describe the bug
The 'Recommended by Pocket' section of New Tab has vanilla Firefox's styling, which makes it look kinda awful against new tab page backgrounds.
To Reproduce
Expected behavior
It'll use white header text, and the posts themselves will look way more consistent with the rest of the NTP.
Screenshots
OS Info
Feren OS 2023.04
Floorp Version
11.1.2 (Flathub)
Additional context
In case you don't have this in Japan, here's the style classes:
.section-title
,chrome://activity-stream/content/css/activity-stream.css:2273
.learn-more-link a
,chrome://activity-stream/content/css/activity-stream.css:2704
.ds-card-grid .ds-card
,chrome://activity-stream/content/css/activity-stream.css:2712
,chrome://activity-stream/content/css/activity-stream.css:2721
.ds-card header
.ds-card p
.ds-card .meta .source
about:config values:
browser.newtabpage.activity-stream.showSponsored
browser.newtabpage.activity-stream.feeds.section.topstories
browser.newtabpage.activity-stream.showSponsoredTopSites
Style-values of settings in New Tab Page's settings:
#pocket-section
#sponsored-shortcuts
anddata-l10n-id="newtab-custom-sponsored-sites"
Same settings but in
about:preferences
:data-subcategory="topstories"
data-l10n-id="home-prefs-shortcuts-by-option-sponsored"
The text was updated successfully, but these errors were encountered: