1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 08:25:55 +00:00

add a bunch of button icons

This commit is contained in:
Andrew Dolgov
2021-03-05 15:16:41 +03:00
parent fe06416f17
commit 5c1f9f31bd
11 changed files with 85 additions and 84 deletions

View File

@@ -1427,13 +1427,6 @@ body.ttrss_prefs {
background-color: #f5f5f5;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 14px;
/*.dijitContentPane {
h1:first-of-type,
h2:first-of-type,
h3:first-of-type {
margin-top: 0px;
}
}*/
}
body.ttrss_prefs h1,
body.ttrss_prefs h2,
@@ -1443,6 +1436,11 @@ body.ttrss_prefs h4 {
font-weight: 600;
color: #555;
}
body.ttrss_prefs .dijitContentPane > h1:first-of-type,
body.ttrss_prefs .dijitContentPane > h2:first-of-type,
body.ttrss_prefs .dijitContentPane > h3:first-of-type {
margin-top: 0;
}
body.ttrss_prefs #footer,
body.ttrss_prefs #header {
padding: 8px;