summaryrefslogtreecommitdiff
path: root/themes/compact_night.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2021-03-17 19:28:20 +0300
committerAndrew Dolgov <[email protected]>2021-03-17 19:28:20 +0300
commit968270ed486a3f8330520b95b142908758ad8bd7 (patch)
treefd3cf58b64219443b33184200eae9b29508054f3 /themes/compact_night.css
parentdb0315e596576a3e516a4ae774263dedefd92f73 (diff)
fix excessive CPU usage on linux chromium caused by animated SVG icons
Diffstat (limited to 'themes/compact_night.css')
-rw-r--r--themes/compact_night.css7
1 files changed, 3 insertions, 4 deletions
diff --git a/themes/compact_night.css b/themes/compact_night.css
index a03aed92b..64e19c99c 100644
--- a/themes/compact_night.css
+++ b/themes/compact_night.css
@@ -520,10 +520,10 @@ body.ttrss_main #feeds-holder #feedTree .dijitTreeNode .dijitTreeRow {
border: 1px solid transparent;
}
body.ttrss_main #feeds-holder #feedTree .dijitTreeNode .dijitTreeRow .loadingNode {
- opacity: 0;
+ display: none;
}
body.ttrss_main #feeds-holder #feedTree .dijitTreeNode .dijitTreeRow .loadingNode.visible {
- opacity: 1;
+ display: inline;
}
body.ttrss_main #feeds-holder #feedTree .dijitTreeNode .dijitTreeRow.Is_Feed .loadingNode {
left: 2px;
@@ -1059,8 +1059,7 @@ body.ttrss_main .dijitDialog #feed_add_spinner {
width: 18px;
height: 18px;
}
-body.ttrss_main .icon-three-dots,
-.cdm .content-inner .icon-unpack-pending {
+body.ttrss_main .icon-three-dots {
width: 18px;
height: 18px;
vertical-align: middle;