mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 17:15:55 +00:00
various CSS updates for flat theme
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
body.ttrss_prefs {
|
||||
background-color : #f5f5f5;
|
||||
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
|
||||
font-size: 13px;
|
||||
font-size: 14px;
|
||||
|
||||
#footer, #header {
|
||||
background-color : #f5f5f5;
|
||||
@@ -18,24 +18,29 @@ body.ttrss_prefs {
|
||||
cursor : pointer;
|
||||
}
|
||||
|
||||
.dijitTree#filterTree .dijitTreeIcon,
|
||||
.dijitTree#labelTree .dijitTreeIcon,
|
||||
.dijitTree#filterTree .dijitTreeIcon {
|
||||
display : none;
|
||||
}
|
||||
|
||||
/* div#pref-tabs .dijitContentPane {
|
||||
font-size : 14px;
|
||||
} */
|
||||
|
||||
div#pref-tabs {
|
||||
/* div#pref-tabs {
|
||||
box-shadow : 0px 1px 1px -1px rgba(0,0,0,0.1);
|
||||
margin : 0px 5px 0px 5px;
|
||||
}
|
||||
} */
|
||||
|
||||
div#pref-tabs .dijitContentPane {
|
||||
/* div#pref-tabs .dijitContentPane {
|
||||
h1:first-of-type,
|
||||
h2:first-of-type,
|
||||
h3:first-of-type,
|
||||
h4:first-of-type {
|
||||
margin-top: 0px;
|
||||
}
|
||||
}
|
||||
} */
|
||||
|
||||
#pref-filter-wrap, #pref-filter-header, #pref-filter-content,
|
||||
#pref-label-wrap, #pref-label-header, #pref-label-content,
|
||||
|
||||
Reference in New Issue
Block a user