summaryrefslogtreecommitdiff
path: root/themes/night_base.less
diff options
context:
space:
mode:
Diffstat (limited to 'themes/night_base.less')
-rw-r--r--themes/night_base.less23
1 files changed, 9 insertions, 14 deletions
diff --git a/themes/night_base.less b/themes/night_base.less
index 0dff7d191..76ea04a7f 100644
--- a/themes/night_base.less
+++ b/themes/night_base.less
@@ -200,6 +200,10 @@ body.flat.ttrss_main {
}
}
+ .dijitSplitterHover {
+ background-color : rgba(255, 255, 255, 0.25);
+ }
+
.dijitCheckBox:not(.dijitChecked)::before {
color : @fg-text-muted;
background: @color-panel-bg;
@@ -267,22 +271,13 @@ body.flat.ttrss_main {
border-color : @border-light;
}
- /*
- .post .content img,
- .cdm .content-inner img,
- .post .content video,
- .cdm .content-inner video {
- transition : opacity 0.2s linear, filter 0.2s linear;
+ .post .content,
+ .cdm .content-inner {
+ img, video {
+ filter: saturate(0.9) brightness(0.8);
+ }
}
- .post .content img:not(:hover),
- .cdm .content-inner img:not(:hover),
- .post .content video:not(:hover),
- .cdm .content-inner video:not(:hover) {
- opacity : 0.5;
- filter: grayscale(80%);
- } */
-
.article-note {
background : @color-accent;
border-color : @color-accent;