summaryrefslogtreecommitdiff
path: root/themes
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2021-03-16 21:40:20 +0300
committerAndrew Dolgov <[email protected]>2021-03-16 21:40:20 +0300
commit7a1e1630d835f6b3ca4b8359076d0188493a1763 (patch)
treea4a088ddbd57098b5e830cb1f9fc9beecd6e45b9 /themes
parent92f859add2f48254c09df44c95385f2837032466 (diff)
use svg icon for packed article placeholders
Diffstat (limited to 'themes')
-rw-r--r--themes/compact.css4
-rw-r--r--themes/compact_night.css4
-rw-r--r--themes/light.css4
-rw-r--r--themes/light/cdm.less7
-rw-r--r--themes/night.css4
-rw-r--r--themes/night_blue.css4
6 files changed, 27 insertions, 0 deletions
diff --git a/themes/compact.css b/themes/compact.css
index 6c8502c6e..5d9cabcd9 100644
--- a/themes/compact.css
+++ b/themes/compact.css
@@ -1375,6 +1375,10 @@ body.ttrss_utility hr {
.cdm .feed-title a:hover {
color: #257aa7;
}
+.cdm .content-inner .icon-unpack-pending {
+ width: 18px;
+ height: 18px;
+}
.cdm .content-inner .embed-responsive {
overflow: hidden;
padding-bottom: 56.25%;
diff --git a/themes/compact_night.css b/themes/compact_night.css
index 83c9937fa..332acaa26 100644
--- a/themes/compact_night.css
+++ b/themes/compact_night.css
@@ -1375,6 +1375,10 @@ body.ttrss_utility hr {
.cdm .feed-title a:hover {
color: #b87d2c;
}
+.cdm .content-inner .icon-unpack-pending {
+ width: 18px;
+ height: 18px;
+}
.cdm .content-inner .embed-responsive {
overflow: hidden;
padding-bottom: 56.25%;
diff --git a/themes/light.css b/themes/light.css
index 9f08cfcc1..3dc03ecca 100644
--- a/themes/light.css
+++ b/themes/light.css
@@ -1375,6 +1375,10 @@ body.ttrss_utility hr {
.cdm .feed-title a:hover {
color: #257aa7;
}
+.cdm .content-inner .icon-unpack-pending {
+ width: 18px;
+ height: 18px;
+}
.cdm .content-inner .embed-responsive {
overflow: hidden;
padding-bottom: 56.25%;
diff --git a/themes/light/cdm.less b/themes/light/cdm.less
index 4bb1c6064..53d060b19 100644
--- a/themes/light/cdm.less
+++ b/themes/light/cdm.less
@@ -208,6 +208,13 @@
}
}
+ .content-inner {
+ .icon-unpack-pending {
+ width : 18px;
+ height : 18px;
+ }
+ }
+
.content-inner .embed-responsive {
overflow : hidden;
padding-bottom : @embed-responsive-padding;
diff --git a/themes/night.css b/themes/night.css
index 7d5eacbf2..a029b50ec 100644
--- a/themes/night.css
+++ b/themes/night.css
@@ -1376,6 +1376,10 @@ body.ttrss_utility hr {
.cdm .feed-title a:hover {
color: #b87d2c;
}
+.cdm .content-inner .icon-unpack-pending {
+ width: 18px;
+ height: 18px;
+}
.cdm .content-inner .embed-responsive {
overflow: hidden;
padding-bottom: 56.25%;
diff --git a/themes/night_blue.css b/themes/night_blue.css
index b8d98a174..ff1c0e3a0 100644
--- a/themes/night_blue.css
+++ b/themes/night_blue.css
@@ -1376,6 +1376,10 @@ body.ttrss_utility hr {
.cdm .feed-title a:hover {
color: #257aa7;
}
+.cdm .content-inner .icon-unpack-pending {
+ width: 18px;
+ height: 18px;
+}
.cdm .content-inner .embed-responsive {
overflow: hidden;
padding-bottom: 56.25%;