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:
27
themes/compact.less
Normal file
27
themes/compact.less
Normal 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;
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user