summaryrefslogtreecommitdiff
path: root/themes/light/tt-rss.less
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2021-03-16 22:09:01 +0300
committerAndrew Dolgov <[email protected]>2021-03-16 22:09:01 +0300
commit0f5fd9ea13f9881698fd29333aa3e5f4acbf7bd3 (patch)
tree170bcfc8b89c333125e57c21a7794991b1777827 /themes/light/tt-rss.less
parent32c080bec08ebc37d3128c07d5c5f526b8871e08 (diff)
use svg icon for headlines loadmore prompt
Diffstat (limited to 'themes/light/tt-rss.less')
-rw-r--r--themes/light/tt-rss.less7
1 files changed, 6 insertions, 1 deletions
diff --git a/themes/light/tt-rss.less b/themes/light/tt-rss.less
index 9ce0f271b..56a2e608e 100644
--- a/themes/light/tt-rss.less
+++ b/themes/light/tt-rss.less
@@ -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;