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

move default (light) theme LESS source to a more appropriate place

add compact_dark theme variant
This commit is contained in:
Andrew Dolgov
2020-02-28 14:48:48 +03:00
parent 76c8b318e5
commit ad0a9c02e5
20 changed files with 2277 additions and 42 deletions

31
themes/compact_base.less Normal file
View File

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