summaryrefslogtreecommitdiff
path: root/themes/compact.less
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2018-12-06 14:49:33 +0300
committerAndrew Dolgov <[email protected]>2018-12-06 14:49:33 +0300
commit15d05e8a26991dd7435b17c6a43cb60cf1175947 (patch)
tree05c9aa159f87729f6fef2d0ab8cdd3e23d528fa9 /themes/compact.less
parentd2d2cb7e7dd25f8257f467806da6843aca95a9cb (diff)
night.css: do not import default less theme statically
remove themes/default.php (not needed) compact.css: fixes
Diffstat (limited to 'themes/compact.less')
-rw-r--r--themes/compact.less27
1 files changed, 27 insertions, 0 deletions
diff --git a/themes/compact.less b/themes/compact.less
new file mode 100644
index 000000000..d9a7a8ee1
--- /dev/null
+++ b/themes/compact.less
@@ -0,0 +1,27 @@
+@import "../css/default.css";
+
+body.ttrss_main.ttrss_index.flat {
+
+ .dijitMenu .dijitMenuItemLabel,
+ .content-inner,
+ #content-insert,
+ .cdm .content,
+ .post .content {
+ font-size : 12px ! important;
+ }
+
+ div[id*=RROW] {
+ i {
+ font-size: 18px;
+ }
+ }
+
+ .hl,
+ .post .header .title,
+ #floatingTitle a.title,
+ .cdm .title {
+ font-size : 13px ! important;
+ }
+
+
+} \ No newline at end of file