feedlist: adjust star position
This commit is contained in:
parent
01b2f0a24f
commit
9f52327b34
|
@ -608,10 +608,10 @@ body.ttrss_main #feeds-holder #feedTree i.icon.icon-archive {
|
||||||
color: #c77b2e;
|
color: #c77b2e;
|
||||||
}
|
}
|
||||||
body.ttrss_main #feeds-holder #feedTree i.icon.icon-star {
|
body.ttrss_main #feeds-holder #feedTree i.icon.icon-star {
|
||||||
|
position: relative;
|
||||||
color: #ffc069;
|
color: #ffc069;
|
||||||
font-size: 21px;
|
font-size: 21px;
|
||||||
top: -4px;
|
left: -2px;
|
||||||
left: -4px;
|
|
||||||
}
|
}
|
||||||
body.ttrss_main #feeds-holder #feedTree i.icon.icon-rss_feed {
|
body.ttrss_main #feeds-holder #feedTree i.icon.icon-rss_feed {
|
||||||
color: #ff7c4b;
|
color: #ff7c4b;
|
||||||
|
@ -620,8 +620,9 @@ body.ttrss_main #feeds-holder #feedTree i.icon.icon-whatshot {
|
||||||
color: #69C671;
|
color: #69C671;
|
||||||
}
|
}
|
||||||
body.ttrss_main #feeds-holder #feedTree i.icon.icon-restore {
|
body.ttrss_main #feeds-holder #feedTree i.icon.icon-restore {
|
||||||
|
position: relative;
|
||||||
|
top: -1px;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
left: -3px;
|
|
||||||
color: #257aa7;
|
color: #257aa7;
|
||||||
}
|
}
|
||||||
body.ttrss_main #headlines-wrap-inner {
|
body.ttrss_main #headlines-wrap-inner {
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -710,10 +710,10 @@ body.ttrss_main {
|
||||||
}
|
}
|
||||||
|
|
||||||
i.icon.icon-star {
|
i.icon.icon-star {
|
||||||
|
position : relative;
|
||||||
color : @color-marked;
|
color : @color-marked;
|
||||||
font-size : 21px;
|
font-size : 21px;
|
||||||
top : -4px;
|
left : -2px;
|
||||||
left : -4px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
i.icon.icon-rss_feed {
|
i.icon.icon-rss_feed {
|
||||||
|
@ -725,8 +725,9 @@ body.ttrss_main {
|
||||||
}
|
}
|
||||||
|
|
||||||
i.icon.icon-restore {
|
i.icon.icon-restore {
|
||||||
|
position : relative;
|
||||||
|
top : -1px;
|
||||||
font-weight : bold;
|
font-weight : bold;
|
||||||
left : -3px;
|
|
||||||
color : @color-accent;
|
color : @color-accent;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -609,10 +609,10 @@ body.ttrss_main #feeds-holder #feedTree i.icon.icon-archive {
|
||||||
color: #c77b2e;
|
color: #c77b2e;
|
||||||
}
|
}
|
||||||
body.ttrss_main #feeds-holder #feedTree i.icon.icon-star {
|
body.ttrss_main #feeds-holder #feedTree i.icon.icon-star {
|
||||||
|
position: relative;
|
||||||
color: #ffc069;
|
color: #ffc069;
|
||||||
font-size: 21px;
|
font-size: 21px;
|
||||||
top: -4px;
|
left: -2px;
|
||||||
left: -4px;
|
|
||||||
}
|
}
|
||||||
body.ttrss_main #feeds-holder #feedTree i.icon.icon-rss_feed {
|
body.ttrss_main #feeds-holder #feedTree i.icon.icon-rss_feed {
|
||||||
color: #ff7c4b;
|
color: #ff7c4b;
|
||||||
|
@ -621,8 +621,9 @@ body.ttrss_main #feeds-holder #feedTree i.icon.icon-whatshot {
|
||||||
color: #69C671;
|
color: #69C671;
|
||||||
}
|
}
|
||||||
body.ttrss_main #feeds-holder #feedTree i.icon.icon-restore {
|
body.ttrss_main #feeds-holder #feedTree i.icon.icon-restore {
|
||||||
|
position: relative;
|
||||||
|
top: -1px;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
left: -3px;
|
|
||||||
color: #b87d2c;
|
color: #b87d2c;
|
||||||
}
|
}
|
||||||
body.ttrss_main #headlines-wrap-inner {
|
body.ttrss_main #headlines-wrap-inner {
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -609,10 +609,10 @@ body.ttrss_main #feeds-holder #feedTree i.icon.icon-archive {
|
||||||
color: #c77b2e;
|
color: #c77b2e;
|
||||||
}
|
}
|
||||||
body.ttrss_main #feeds-holder #feedTree i.icon.icon-star {
|
body.ttrss_main #feeds-holder #feedTree i.icon.icon-star {
|
||||||
|
position: relative;
|
||||||
color: #ffc069;
|
color: #ffc069;
|
||||||
font-size: 21px;
|
font-size: 21px;
|
||||||
top: -4px;
|
left: -2px;
|
||||||
left: -4px;
|
|
||||||
}
|
}
|
||||||
body.ttrss_main #feeds-holder #feedTree i.icon.icon-rss_feed {
|
body.ttrss_main #feeds-holder #feedTree i.icon.icon-rss_feed {
|
||||||
color: #ff7c4b;
|
color: #ff7c4b;
|
||||||
|
@ -621,8 +621,9 @@ body.ttrss_main #feeds-holder #feedTree i.icon.icon-whatshot {
|
||||||
color: #69C671;
|
color: #69C671;
|
||||||
}
|
}
|
||||||
body.ttrss_main #feeds-holder #feedTree i.icon.icon-restore {
|
body.ttrss_main #feeds-holder #feedTree i.icon.icon-restore {
|
||||||
|
position: relative;
|
||||||
|
top: -1px;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
left: -3px;
|
|
||||||
color: #257aa7;
|
color: #257aa7;
|
||||||
}
|
}
|
||||||
body.ttrss_main #headlines-wrap-inner {
|
body.ttrss_main #headlines-wrap-inner {
|
||||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue