summaryrefslogtreecommitdiff
path: root/themes/compact_base.less
diff options
context:
space:
mode:
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;
+ }
+
+
+}