summaryrefslogtreecommitdiff
path: root/themes/compact.css
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.css
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.css')
-rw-r--r--themes/compact.css31
1 files changed, 16 insertions, 15 deletions
diff --git a/themes/compact.css b/themes/compact.css
index d6b66c682..14e26da91 100644
--- a/themes/compact.css
+++ b/themes/compact.css
@@ -1,17 +1,18 @@
-@import "default.php";
-
-body,
-.claro .dijitMenu .dijitMenuItemLabel,
-.claro .content-inner,
-.claro #content-insert,
-.claro .cdm .content,
-.claro .post .content {
- font-size : 12px ! important;
+@import "../css/default.css";
+body.ttrss_main.ttrss_index.flat .dijitMenu .dijitMenuItemLabel,
+body.ttrss_main.ttrss_index.flat .content-inner,
+body.ttrss_main.ttrss_index.flat #content-insert,
+body.ttrss_main.ttrss_index.flat .cdm .content,
+body.ttrss_main.ttrss_index.flat .post .content {
+ font-size: 12px ! important;
}
-
-.claro .post .header,
-.claro #floatingTitle a.title,
-.claro .cdm .title {
- font-size : 13px ! important;
+body.ttrss_main.ttrss_index.flat div[id*=RROW] i {
+ font-size: 18px;
}
-
+body.ttrss_main.ttrss_index.flat .hl,
+body.ttrss_main.ttrss_index.flat .post .header .title,
+body.ttrss_main.ttrss_index.flat #floatingTitle a.title,
+body.ttrss_main.ttrss_index.flat .cdm .title {
+ font-size: 13px ! important;
+}
+/*# sourceMappingURL=compact.css.map */ \ No newline at end of file