1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-26 23:51:29 +00:00

add ability to select CSS files in themes/

This commit is contained in:
Andrew Dolgov
2013-03-28 21:04:29 +04:00
parent 56b61583a2
commit 5d40efc9b0
9 changed files with 47 additions and 10 deletions

View File

@@ -0,0 +1,7 @@
begin;
insert into ttrss_prefs (pref_name,type_id,def_value,short_desc,section_id,help_text) values('USER_CSS_THEME', 2, '', 'Select theme', 2, 'Select one of the available CSS themes');
update ttrss_version set schema_version = 110;
commit;