aboutsummaryrefslogtreecommitdiff
path: root/p/themes/base-theme/base.css
AgeCommit message (Collapse)Author
2017-05-27More uniform styling of A and BUTTON in drop-downsGravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/issues/1556
2017-05-24add default simplified chinese font for Windows and MacOSGravatar hoilc
2016-07-30Fix logs style scroll bugGravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/issues/1178 There was a conflict on the ".logs" class name
2015-09-12Replace CSS pseudo-element syntaxGravatar Alexis Degrugillier
Before, in the CSS files, :after and :before were in use. But those are not pseudo-classes in CSS3. They are pseudo-elements. The syntax should use ::before and ::after instead. See http://www.w3.org/TR/css3-selectors/#gen-content
2015-01-13Remove sticky feed aside. Work on an extension.Gravatar Marien Fressinaud
See https://github.com/FreshRSS/FreshRSS/issues/697
2014-10-26Fix themes (aside_feed)Gravatar Marien Fressinaud
2014-10-24Fix feed colors on subscription page (all themes)Gravatar Marien Fressinaud
2014-10-24Fix feed in error or empty (all the themes)Gravatar Marien Fressinaud
See https://github.com/marienfressinaud/FreshRSS/issues/634
2014-10-24Fix Origine and base-theme themes for global viewGravatar Marien Fressinaud
See https://github.com/marienfressinaud/FreshRSS/issues/634
2014-10-24Begin to fix global viewGravatar Marien Fressinaud
2014-10-24Fix Dark themeGravatar Marien Fressinaud
See https://github.com/marienfressinaud/FreshRSS/issues/634
2014-10-24First iteration to update all the themesGravatar Marien Fressinaud
See See https://github.com/marienfressinaud/FreshRSS/issues/634
2014-10-23Rename aside_flux in aside_feed.Gravatar Marien Fressinaud
2014-10-23Begin fixing of Origine themeGravatar Marien Fressinaud
See https://github.com/marienfressinaud/FreshRSS/issues/634
2014-10-22Fix some parts of aside_fluxGravatar Marien Fressinaud
See https://github.com/marienfressinaud/FreshRSS/issues/634
2014-09-30Improve design of .boxGravatar Marien Fressinaud
See https://github.com/marienfressinaud/FreshRSS/issues/646
2014-09-24Fix .as-link appearance in dropdownGravatar Marien Fressinaud
Related to https://github.com/marienfressinaud/FreshRSS/issues/633
2014-09-18Improve stat designGravatar Marien Fressinaud
2014-09-16Use buttons instead of links for "mark as read"Gravatar Marien Fressinaud
See https://github.com/marienfressinaud/FreshRSS/issues/599
2014-08-23Fix design problemsGravatar Marien Fressinaud
See https://github.com/marienfressinaud/FreshRSS/issues/582
2014-07-10Fix header title alignment and change color of Flat iconGravatar Marien Fressinaud
2014-07-10Fix themesGravatar Marien Fressinaud
- Add padding for "Connection" button - Adjust height of .header and #global. I don't really like this solution but I can't see any other solution
2014-07-10Add base-theme in p/themesGravatar Marien Fressinaud
This base theme is not visible by default (no name). You can use it to create new theme. Fix https://github.com/marienfressinaud/FreshRSS/issues/533 (comment)