summaryrefslogtreecommitdiff
path: root/themes
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2018-12-06 20:55:51 +0300
committerAndrew Dolgov <[email protected]>2018-12-06 20:55:51 +0300
commit4cbc62d2a529116d0117eb83a62c3270b5e6bd9f (patch)
tree43ed3d4cce9c3753c68d09b77607faa9081f2936 /themes
parent75666ac7aba80bdcad8ef0c73ccd8936b0a8987d (diff)
article note format updates
Diffstat (limited to 'themes')
-rw-r--r--themes/night.css2
-rw-r--r--themes/night.less2
2 files changed, 2 insertions, 2 deletions
diff --git a/themes/night.css b/themes/night.css
index e440ef373..1d0bbab5c 100644
--- a/themes/night.css
+++ b/themes/night.css
@@ -196,7 +196,7 @@ body.flat.ttrss_main.ttrss_index .dijitMenu .dijitMenuItemSelected td {
body.flat.ttrss_main.ttrss_index .dijitMenu .dijitMenuSeparator * {
border-bottom-color: var(--border-dark) ! important;
}
-body.flat.ttrss_main.ttrss_index .articleNote {
+body.flat.ttrss_main.ttrss_index .article-note {
background: var(--bg-panel);
border-color: #9a8c59;
}
diff --git a/themes/night.less b/themes/night.less
index 7b8404b2d..de6c33187 100644
--- a/themes/night.less
+++ b/themes/night.less
@@ -255,7 +255,7 @@ body.flat.ttrss_main.ttrss_index {
border-bottom-color : var(--border-dark) ! important;
}
- .articleNote {
+ .article-note {
background : var(--bg-panel);
border-color : #9a8c59;
}