40 lines
816 B
Plaintext
40 lines
816 B
Plaintext
/* we can't simply include default.less here because then phpstorm watcher would consider this the only
|
|
master file to generate css for, so it duplicates default.less more or less */
|
|
|
|
@import "../css/defines.less";
|
|
@import "../css/dijit_light.less";
|
|
@import "../css/zoom.less";
|
|
@import "../lib/flat-ttrss/flat_combined.css";
|
|
|
|
/* 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;
|
|
}
|
|
|
|
|
|
}
|