summaryrefslogtreecommitdiff
path: root/themes/light
diff options
context:
space:
mode:
Diffstat (limited to 'themes/light')
-rw-r--r--themes/light/cdm.less6
-rw-r--r--themes/light/tt-rss.less4
2 files changed, 2 insertions, 8 deletions
diff --git a/themes/light/cdm.less b/themes/light/cdm.less
index 05f785cd3..4bb1c6064 100644
--- a/themes/light/cdm.less
+++ b/themes/light/cdm.less
@@ -208,12 +208,6 @@
}
}
- .content-inner {
- .icon-unpack-pending {
- &:extend(body.ttrss_main .icon-three-dots);
- }
- }
-
.content-inner .embed-responsive {
overflow : hidden;
padding-bottom : @embed-responsive-padding;
diff --git a/themes/light/tt-rss.less b/themes/light/tt-rss.less
index 8ae130d89..53ad04d5b 100644
--- a/themes/light/tt-rss.less
+++ b/themes/light/tt-rss.less
@@ -594,10 +594,10 @@ body.ttrss_main {
border : 1px solid transparent;
.loadingNode {
- opacity : 0;
+ display : none;
&.visible {
- opacity : 1;
+ display : inline;
}
}