summaryrefslogtreecommitdiff
path: root/themes/light.css
AgeCommit message (Collapse)Author
2020-05-23hide #toolbar-frame_splitter back againAndrew Dolgov
2020-05-22- RIP smooth scrolling and associated hacksAndrew Dolgov
- attempt to make Headlines.move() / Article.cdmMoveToId() behave a bit more intuitively
2020-05-17Use more specific definitions for applying `stuck` effects.Andrew Dolgov
https://git.tt-rss.org/fox/tt-rss/pulls/143
2020-05-16Keep header above iframes in CDM.JustAMacUser
2020-05-15Make iframes size responsively.JustAMacUser
2020-05-13remove floating title, use position: sticky for cdm headers insteadAndrew Dolgov
2020-05-09sanitize: forbid "allow" attributeAndrew Dolgov
CSS: remove auto hyphens stuff, remove iframe width clipping to 98% because they get squished
2020-03-01do not keep current feed visible when hide as read is enabledAndrew Dolgov
2020-02-28filter rule editor: bring back regexp valid/invalid BG colors (now for light ↵Andrew Dolgov
theme)
2020-02-28set all tooltip colors via less variablesAndrew Dolgov
2020-02-25fix hr colors for dark theme, don't use hardcoded rgb value in light themeAndrew Dolgov
2020-02-22don't generate default.css, replace with themes/light.css as a default root ↵Andrew Dolgov
CSS file
2020-02-22fix default.css not being built properly by phpstormAndrew Dolgov
2020-02-21hide read feeds / hide read shows special: use CSS instead of JS-based hidingAndrew Dolgov
2020-02-201. feedtree: show counters for marked articles if view-mode == markedAndrew Dolgov
2. hide/show relevant counter nodes using css 3. cleanup some counter-related code 4. compile default css into light theme to prevent cache-related issues
2019-12-12implement automatic night mode detection using MQLAndrew Dolgov
add separate light.css to force light theme remove manual night mode toggle and related code