mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-21 15:31:29 +00:00
feedlist: adjust star position
This commit is contained in:
@@ -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
Reference in New Issue
Block a user