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

update headlines to use vector icons

This commit is contained in:
Andrew Dolgov
2018-12-05 13:58:18 +03:00
parent 89b213b4bb
commit b65d8384c2
8 changed files with 111 additions and 73 deletions

View File

@@ -212,19 +212,32 @@ body.ttrss_main {
> * {
align-self : center;
white-space : nowrap;
padding : 5px;
padding : 4px;
}
img {
vertical-align : middle;
}
.left {
display : flex;
> * {
align-self : center;
}
i.material-icons {
margin-left : 2px;
font-size : 18px;
padding : 2px;
}
}
div.title {
cursor : pointer;
flex-grow : 2;
overflow : hidden;
text-overflow : ellipsis;
padding-left : 5px;
}
div.right {
@@ -459,19 +472,9 @@ body.ttrss_main {
border-radius : 4px;
}
img.marked-pic, img.pub-pic {
i.marked-pic, i.pub-pic {
cursor : pointer;
vertical-align : middle;
opacity : 0.5;
transition : opacity 0.25s;
}
img.marked-pic:hover, img.pub-pic:hover {
opacity : 1;
}
img[src*='pub_set.png'], img[src*='mark_set.png'] {
opacity : 1;
color : #ccc;
}
div.tagCloudContainer {
@@ -1133,6 +1136,14 @@ body.ttrss_main .dijitDialog {
}
}
.hl.marked .left i.marked-pic {
color : #ffc069;
}
.hl.published .left i.pub-pic {
color : #ff5718;
}
::selection {
background : @color-accent;
color : white;