summaryrefslogtreecommitdiff
path: root/searx/static/themes/oscar/less/logicodev/preferences.less
AgeCommit message (Collapse)Author
2021-03-10[mod] oscar: move compiled files to the src directoryAlexandre Flament
2020-05-15[fix] oscar theme, remove inline style attributes (CSP compliants)Markus Heiser
Inline styles are blocked by default with Content Security Policy (CSP). Move the rest of inline styles to CSS and correct the HTML template of the oscar preference page. Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
2017-10-06preferences: make supported/not supported labelsNoémi Ványi
Also, Time range support display was missing from RTL locales. Now it is fixed. Closes #558