summaryrefslogtreecommitdiff
path: root/themes/compact_base.less
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2020-02-28 14:48:48 +0300
committerAndrew Dolgov <[email protected]>2020-02-28 14:48:48 +0300
commitad0a9c02e5255fe9aa37ebdd12b87dc87efa7497 (patch)
tree2363d957cf9c3b6f912ee8d36847fbeaf60d5fe5 /themes/compact_base.less
parent76c8b318e551ef5b4093a78a4bb13985ff8e3c4a (diff)
move default (light) theme LESS source to a more appropriate place
add compact_dark theme variant
Diffstat (limited to 'themes/compact_base.less')
-rw-r--r--themes/compact_base.less31
1 files changed, 31 insertions, 0 deletions
diff --git a/themes/compact_base.less b/themes/compact_base.less
new file mode 100644
index 000000000..3fbdefee2
--- /dev/null
+++ b/themes/compact_base.less
@@ -0,0 +1,31 @@
+/* rules specific to compact.css */
+
+body.ttrss_main.ttrss_index.flat {
+
+ #feedTree.dijitTree .dijitTreeLabel {
+ font-size : 13px ! important;
+ }
+
+ .dijitMenu .dijitMenuItemLabel,
+ .content-inner,
+ #content-insert,
+ .cdm .content,
+ .post .content {
+ font-size : 12px ! important;
+ }
+
+ div[id*=RROW] {
+ i.material-icons {
+ font-size: 18px;
+ }
+ }
+
+ .hl,
+ .post .header .title,
+ #floatingTitle a.title,
+ .cdm .title {
+ font-size : 13px ! important;
+ }
+
+
+}