aboutsummaryrefslogtreecommitdiff
path: root/p/themes
AgeCommit message (Collapse)Author
2017-05-28Merge pull request #1550 from mszkb/devGravatar Alexandre Alapetite
fix font-sizes of input fields for exotic browsers
2017-05-28font-size for inputGravatar Alexandre Alapetite
2017-05-27More uniform styling of A and BUTTON in drop-downsGravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/issues/1556
2017-05-26fixed typo in css for font-sizeGravatar mszkb
2017-05-26fix font-sizes of input fields for exotic browsersGravatar mszkb
2017-05-26Merge pull request #1541 from hoilc/simplified-chinese-translationGravatar Alexandre Alapetite
simplified chinese translation
2017-05-24add default simplified chinese font for Windows and MacOSGravatar hoilc
2017-04-08More padding bottom menuGravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/issues/1479
2017-03-01renamed theme to Origine-compactGravatar Kevin Papst
2016-12-03added Minimal themeGravatar Kevin Papst
2016-10-23CLI exportGravatar Alexandre Alapetite
ZIP export, OPML export. Corrected height of feeds select in Pafat theme. https://github.com/FreshRSS/FreshRSS/pull/1338 https://github.com/FreshRSS/FreshRSS/issues/1039 https://github.com/FreshRSS/FreshRSS/issues/1277
2016-10-22CSS line-height bug with sup in datesGravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/issues/534#issuecomment-255519269 https://www.cs.tut.fi/~jkorpela/www/linespacing.html
2016-09-04Change style for podcast downloadGravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/issues/1236
2016-09-03Download icon 💾 for podcastsGravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/issues/1236
2016-08-15Read-all bug fixedGravatar Alexandre Alapetite
Introduced by the new forms of https://github.com/FreshRSS/FreshRSS/issues/772 https://github.com/FreshRSS/FreshRSS/pull/1188
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
2016-03-17CSP compatibility for home pageGravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/issues/1075
2016-03-08CSP for SVGGravatar Alexandre Alapetite
And moved .htaccess rules in the folder there are used https://github.com/FreshRSS/FreshRSS/issues/1114
2016-03-06Added files via uploadGravatar Wanabo
Added missing loader.gif `.loading { background: url("loader.gif") center center no-repeat; font-size: 0; }`
2016-02-21CSP for statistics and formsGravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/issues/1075
2015-10-25More viewable visual alert for categories with problematic feedsGravatar Alwaysin
2015-10-24Add a visual alert on categoriesGravatar Alexandre Alapetite
By @aledeg https://github.com/FreshRSS/FreshRSS/pull/984 https://github.com/FreshRSS/FreshRSS/pull/983
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-09-12Add a visual alert on categoriesGravatar Alexis Degrugillier
When a category has one or more feeds with errors, a visual warning is displayed before the name of the category.
2015-01-29Change behaviour of #add_rss input.extendGravatar Marien Fressinaud
UI was frustrating when input had the focus: we needed to click elsewhere to be able to open the next dropdown. See https://github.com/FreshRSS/FreshRSS/issues/777
2015-01-27Remove information about me and update linksGravatar Marien Fressinaud
FreshRSS should not be associated to me but to the community: - Remove links to send me email or references to a "lead developer" - Change old Github links marienfressinaud/FreshRSS to FreshRSS/FreshRSS
2015-01-18Enlarge the .item.date to contain larger dateGravatar Marien Fressinaud
I know it's not the best solution, a dynamic width would be the best but there are some CSS constraints. I don't want to spend my time on this problem ;) Fix https://github.com/FreshRSS/FreshRSS/issues/756
2015-01-17Fix #slider in Dark themeGravatar Marien Fressinaud
See https://github.com/FreshRSS/FreshRSS/commit/6b560c61330b254e794057ef36515e4c751114f4 Fix https://github.com/FreshRSS/FreshRSS/issues/750
2015-01-17Fix slider css rule (see issue #750)Gravatar Alexis Degrugillier
2015-01-13Remove sticky feed aside. Work on an extension.Gravatar Marien Fressinaud
See https://github.com/FreshRSS/FreshRSS/issues/697
2014-12-29Fix behaviour when favicon url is not foundGravatar Marien Fressinaud
If url is not find, we copy default favicon into favicon dir so at the next try, we don't search the url again. See https://github.com/FreshRSS/FreshRSS/issues/290 See https://github.com/FreshRSS/FreshRSS/issues/727
2014-12-29Add files for the new favicon systemGravatar Marien Fressinaud
Use https://github.com/ArthurHoaro/favicon See https://github.com/FreshRSS/FreshRSS/issues/290
2014-12-12Remove user-select: none in theme selectorGravatar Marien Fressinaud
See https://github.com/FreshRSS/FreshRSS/issues/571
2014-12-12Second fix for theme sliderGravatar Marien Fressinaud
2014-12-12Quick fix for theme sliderGravatar Marien Fressinaud
Bluelagoon description was overflowed by its screenshot
2014-11-26Optimize screwdriver theme icons.Gravatar Alexis Degrugillier
2014-11-26Optimize bluelagoon theme icons.Gravatar Alexis Degrugillier
In the future, we should pay attention to those icons since I've done that a couple of time now. We should have some documentation for new contributions.
2014-11-24Add BlueLagoon themeGravatar Marien Fressinaud
2014-11-24Update Screwdriver themeGravatar Marien Fressinaud
2014-11-16Theme properties are more visibleGravatar Alexis Degrugillier
2014-11-15Theme selection redesignGravatar Alexis Degrugillier
I made a CSS3 gallery to select the theme. Now you can see the theme before applying it. Comments are welcome. See #571
2014-11-01Remove border on Dark and Origin for unread entry countersGravatar Alexis Degrugillier
2014-11-01Add CSS numbering on user query listGravatar Alexis Degrugillier
2014-10-31Fix global view mark as readGravatar Marien Fressinaud
2014-10-26All the category area is clickableGravatar Marien Fressinaud
See https://github.com/marienfressinaud/FreshRSS/issues/646
2014-10-26Fix nav_entries menu widthGravatar Marien Fressinaud
See https://github.com/marienfressinaud/FreshRSS/issues/678
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 all the themes for global viewGravatar Marien Fressinaud
See https://github.com/marienfressinaud/FreshRSS/issues/634