1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-01-01 01:09:15 +00:00

minor fixes to pub/mark icons etc

This commit is contained in:
Andrew Dolgov
2018-12-05 14:11:40 +03:00
parent b65d8384c2
commit cbd7328cb4
7 changed files with 42 additions and 9 deletions

View File

@@ -197,8 +197,10 @@ body.ttrss_main .hl .left > * {
}
body.ttrss_main .hl .left i.material-icons {
margin-left: 2px;
font-size: 18px;
font-size: 20px;
padding: 2px;
transition: color 0.2s linear;
user-select: none;
}
body.ttrss_main .hl div.title {
cursor: pointer;
@@ -740,6 +742,11 @@ body.ttrss_main #toolbar-frame #toolbar #toolbar-headlines .left {
flex-grow: 2;
display: flex;
}
body.ttrss_main #toolbar-frame #toolbar #toolbar-headlines .left i.icon-syndicate {
font-size: 19px;
color: #ff5718;
margin-right: 2px;
}
body.ttrss_main #toolbar-frame #toolbar #toolbar-headlines .left img {
vertical-align: middle;
margin-right: 8px;
@@ -961,9 +968,11 @@ body.ttrss_main .dijitDialog h3:first-of-type,
body.ttrss_main .dijitDialog h4:first-of-type {
margin-top: 0px;
}
.cdm.marked .left i.marked-pic,
.hl.marked .left i.marked-pic {
color: #ffc069;
}
.cdm.published .left i.pub-pic,
.hl.published .left i.pub-pic {
color: #ff5718;
}
@@ -1004,8 +1013,9 @@ body.ttrss_main .dijitDialog h4:first-of-type {
}
.cdm .header .left i.material-icons {
margin-left: 2px;
font-size: 18px;
font-size: 20px;
padding: 2px;
user-select: none;
}
.cdm .header .titleWrap {
flex-grow: 2;

File diff suppressed because one or more lines are too long