summaryrefslogtreecommitdiff
path: root/themes/light.css
diff options
context:
space:
mode:
Diffstat (limited to 'themes/light.css')
-rw-r--r--themes/light.css18
1 files changed, 13 insertions, 5 deletions
diff --git a/themes/light.css b/themes/light.css
index 93acc0f1e..4b2baa286 100644
--- a/themes/light.css
+++ b/themes/light.css
@@ -982,6 +982,11 @@ body.ttrss_main:not([view-mode="marked"])[hide-read-feeds="true"][hide-read-show
body.ttrss_main:not([view-mode="marked"])[hide-read-feeds="true"][hide-read-shows-special="false"] #feeds-holder #feedTree .dijitTreeRow:not(.Unread):not(.AlwaysVisible) {
display: none;
}
+body.ttrss_main {
+ /*.score-neutral i.icon-score {
+ opacity : 0.5;
+ }*/
+}
body.ttrss_main #toolbar-headlines i.icon-syndicate {
color: #ff7c4b;
margin-right: 8px;
@@ -1018,11 +1023,9 @@ body.ttrss_main .score-high i.icon-score {
body.ttrss_main .score-low i.icon-score {
color: #500;
}
-body.ttrss_main .score-neutral i.icon-score {
- opacity: 0.5;
-}
body.ttrss_main i.icon-score {
cursor: pointer;
+ color: #777;
}
body.ttrss_main .panel {
border: 1px solid #ddd;
@@ -1206,8 +1209,10 @@ body.ttrss_utility div.autocomplete ul li {
video::-webkit-media-controls-overlay-play-button {
display: none;
}
-.cdm i.material-icons {
- color: #777;
+.cdm {
+ /*i.material-icons {
+ color : @color-icon;
+ }*/
}
.cdm .header {
position: sticky;
@@ -1269,6 +1274,9 @@ video::-webkit-media-controls-overlay-play-button {
clear: both;
align-items: center;
}
+.cdm .footer i.material-icons {
+ color: #777;
+}
.cdm .footer .left {
flex-grow: 2;
}