mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 08:25:55 +00:00
don't generate default.css, replace with themes/light.css as a default root CSS file
This commit is contained in:
@@ -1,5 +1,3 @@
|
||||
/* we can't simply include default.less here because then phpstorm watcher would consider this the only
|
||||
master file to generate css for, so it duplicates default.less more or less */
|
||||
@import "../lib/flat-ttrss/flat_combined.css";
|
||||
body.ttrss_main,
|
||||
body.ttrss_prefs,
|
||||
|
||||
File diff suppressed because one or more lines are too long
@@ -1,10 +1,4 @@
|
||||
/* we can't simply include default.less here because then phpstorm watcher would consider this the only
|
||||
master file to generate css for, so it duplicates default.less more or less */
|
||||
|
||||
@import "../css/defines.less";
|
||||
@import "../css/dijit_light.less";
|
||||
@import "../css/zoom.less";
|
||||
@import "../lib/flat-ttrss/flat_combined.css";
|
||||
@import "../css/default.less";
|
||||
|
||||
/* rules specific to compact.css */
|
||||
|
||||
|
||||
@@ -1,5 +1,3 @@
|
||||
/* we can't simply include default.less here because then phpstorm watcher would consider this the only
|
||||
master file to generate css for, so it duplicates default.less more or less */
|
||||
@import "../lib/flat-ttrss/flat_combined.css";
|
||||
body.ttrss_main,
|
||||
body.ttrss_prefs,
|
||||
|
||||
File diff suppressed because one or more lines are too long
@@ -1,7 +1 @@
|
||||
/* we can't simply include default.less here because then phpstorm watcher would consider this the only
|
||||
master file to generate css for, so it duplicates default.less more or less */
|
||||
|
||||
@import "../css/defines.less";
|
||||
@import "../css/dijit_light.less";
|
||||
@import "../css/zoom.less";
|
||||
@import "../lib/flat-ttrss/flat_combined.css";
|
||||
@import "../css/default.less";
|
||||
|
||||
Reference in New Issue
Block a user