mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2026-02-10 16:01:33 +00:00
use svg icon for headlines loadmore prompt
This commit is contained in:
@@ -210,8 +210,7 @@
|
||||
|
||||
.content-inner {
|
||||
.icon-unpack-pending {
|
||||
width : 18px;
|
||||
height : 18px;
|
||||
.icon-three-dots;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user