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

use svg icon for headlines loadmore prompt

This commit is contained in:
Andrew Dolgov
2021-03-16 22:09:01 +03:00
parent 32c080bec0
commit 0f5fd9ea13
9 changed files with 42 additions and 13 deletions

View File

@@ -829,7 +829,6 @@ body.ttrss_main {
text-align : center;
color : @default-text;
font-size : @font-size-small;
font-style : italic;
a, span {
color : @default-text;
@@ -1404,6 +1403,12 @@ body.ttrss_main, body.ttrss_utility {
}
}
.icon-three-dots {
width : 18px;
height : 18px;
vertical-align : middle;
}
::selection {
background : @color-accent;
color : @default-bg;