summaryrefslogtreecommitdiff
path: root/themes/night.css
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/night.css
parent32c080bec08ebc37d3128c07d5c5f526b8871e08 (diff)
use svg icon for headlines loadmore prompt
Diffstat (limited to 'themes/night.css')
-rw-r--r--themes/night.css7
1 files changed, 6 insertions, 1 deletions
diff --git a/themes/night.css b/themes/night.css
index fba6de21e..e6fd20be5 100644
--- a/themes/night.css
+++ b/themes/night.css
@@ -706,7 +706,6 @@ body.ttrss_main #headlines-frame #headlines-spacer {
text-align: center;
color: #ccc;
font-size: 11px;
- font-style: italic;
}
body.ttrss_main #headlines-frame #headlines-spacer a,
body.ttrss_main #headlines-frame #headlines-spacer span {
@@ -1194,6 +1193,11 @@ body.ttrss_utility hr {
width: 18px;
height: 18px;
}
+.icon-three-dots {
+ width: 18px;
+ height: 18px;
+ vertical-align: middle;
+}
::selection {
background: #b87d2c;
color: #333;
@@ -1385,6 +1389,7 @@ body.ttrss_utility hr {
.cdm .content-inner .icon-unpack-pending {
width: 18px;
height: 18px;
+ vertical-align: middle;
}
.cdm .content-inner .embed-responsive {
overflow: hidden;