summaryrefslogtreecommitdiff
path: root/themes/night.less
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2018-12-07 12:36:36 +0300
committerAndrew Dolgov <[email protected]>2018-12-07 12:36:36 +0300
commite5dfc20939a74674fb01fa4688c7dbe1800bc22d (patch)
tree46529df6bf7d14793b72e12577fd16c988491cab /themes/night.less
parenteae2f5361e826877a1cb6d2ab4fb276128f49d4f (diff)
night.css: update row themes to fit together a bit better + make
unread row stand out more
Diffstat (limited to 'themes/night.less')
-rw-r--r--themes/night.less49
1 files changed, 33 insertions, 16 deletions
diff --git a/themes/night.less b/themes/night.less
index 32fca2dfd..254de9306 100644
--- a/themes/night.less
+++ b/themes/night.less
@@ -7,7 +7,7 @@
@bg-panel : #222;
@fg-main: #ccc;
@fg-insensitive: darken(@fg-main, 20%);
-@fg-light : #ccc;
+@fg-light : lighten(@fg-main, 10%);
@bg-active: #2a89bc;
body.flat.ttrss_main.ttrss_prefs {
@@ -84,26 +84,52 @@ body.flat.ttrss_main {
border-color : @border-dark;
}
- .hl:not(.active):not(.Selected),
- .cdm:not(.Selected) {
+ .hl:not(.active):not(.Selected):not(.Unread),
+ .cdm.expandable:not(.active):not(.Selected):not(.Unread) {
+ background : @bg-main;
+ }
+
+ .hl.Unread:not(.active):not(.Selected),
+ .cdm.expandable.Unread:not(.active):not(.Selected) {
+ background : @bg-panel;
+ }
+
+ .cdm.expanded {
background: @bg-main;
}
+ .hl.Unread .title,
+ .cdm.Unread .title {
+ color : @fg-light;
+ }
+
+ .cdm.expanded.active .title {
+ color : @color-accent;
+ }
+
+ .cdm.expandable.active {
+ background : @bg-panel ! important;
+ }
+
.hl, .cdm {
border-color : @border-dark;
color : @fg-main;
.title {
- color : darken(@fg-main, 30%);
+ color : @fg-main;
}
- .feed a {
- color : @fg-light;
+ .author {
+ color : @fg-insensitive;
}
- .content {
+ .updated, .content {
color : @fg-main;
}
+
+ .feed a {
+ color : @fg-light;
+ }
}
.cdm .footer {
@@ -111,20 +137,11 @@ body.flat.ttrss_main {
color : @fg-main;
}
- .hl.Unread .title,
- .cdm.Unread .title {
- color : @fg-light;
- }
-
i.material-icons,
.dijitCheckBox {
opacity : 0.7;
}
- .cdm.expandable.active {
- background : darken(@bg-main, 5%) ! important;
- }
-
}
#content-insert {