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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user