1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 15:45:56 +00:00

night.css: do not import default less theme statically

remove themes/default.php (not needed)
compact.css: fixes
This commit is contained in:
Andrew Dolgov
2018-12-06 14:49:33 +03:00
parent d2d2cb7e7d
commit 15d05e8a26
9 changed files with 59 additions and 2019 deletions

27
themes/compact.less Normal file
View File

@@ -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;
}
}