summaryrefslogtreecommitdiff
path: root/themes/light/tt-rss.less
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2021-03-22 16:18:59 +0300
committerAndrew Dolgov <[email protected]>2021-03-22 16:18:59 +0300
commit0f6644880a8ced1ab1e0860c585742b338382ce9 (patch)
tree01dde001dcd3984daa19c1c2d07266971a5483c6 /themes/light/tt-rss.less
parent98251022d40a4ef2c6d8e6b285c7e2454e79d0b5 (diff)
yet another flex feedtree attemptexp-flex-feedtree
Diffstat (limited to 'themes/light/tt-rss.less')
-rw-r--r--themes/light/tt-rss.less37
1 files changed, 22 insertions, 15 deletions
diff --git a/themes/light/tt-rss.less b/themes/light/tt-rss.less
index 2d4a6f772..795b9589e 100644
--- a/themes/light/tt-rss.less
+++ b/themes/light/tt-rss.less
@@ -593,20 +593,16 @@ body.ttrss_main {
.dijitTreeRow {
border : 1px solid transparent;
- .loadingNode {
- display : none;
-
- &.visible {
- display : inline;
- }
- }
-
&.Is_Feed {
.loadingNode {
left : -2px;
height : 14px;
width : 14px;
position : relative;
+
+ &.visible {
+ content: url('../images/oval.svg?@{cache-version}');
+ }
}
}
@@ -615,6 +611,13 @@ body.ttrss_main {
height : 11px;
width : 18px;
margin-left : 4px;
+ position : relative;
+ top : 2px;
+
+ &.visible {
+ display : inline;
+ content: url('../images/three-dots.svg?@{cache-version}');
+ }
}
}
@@ -628,12 +631,12 @@ body.ttrss_main {
color : white;
background : lighten(@color-accent, 5%);
border-radius : 4px;
- vertical-align : middle;
- float : right;
- position : relative;
+ //vertical-align : middle;
+ //float : right;
+ //position : relative;
line-height : 14px;
margin-right : 8px;
- margin-top : 2px;
+ //margin-top : 2px;
min-width : 23px;
height : 14px;
@@ -666,7 +669,11 @@ body.ttrss_main {
cursor : pointer;
min-width : 0;
overflow : hidden;
- text-overflow: ellipsis;
+ text-overflow : ellipsis;
+ position : relative;
+
+ // Segoe UI (@fonts-ui) seems to have wrong baseline set
+ top : -0.5px;
&.Unread {
font-weight : bold;
@@ -712,8 +719,8 @@ body.ttrss_main {
}
i.icon.icon-restore {
- position : relative;
- top : -1px;
+ //position : relative;
+ //top : -1px;
font-weight : bold;
color : @color-accent;
}