You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
31 lines
462 B
Plaintext
31 lines
462 B
Plaintext
/* 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,
|
|
.cdm .title {
|
|
font-size : 13px ! important;
|
|
}
|
|
|
|
|
|
}
|