summaryrefslogtreecommitdiff
path: root/themes
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2019-03-08 10:11:57 +0300
committerAndrew Dolgov <[email protected]>2019-03-08 10:11:57 +0300
commit19f162dbe304d3e0f26e2c37fa29522924b7cede (patch)
tree42cc2d70ed6a69d0d9553a2e3315ab8b0194089a /themes
parentcf6f867febacceafb7c4cbc8ad991c2d0e802ade (diff)
css: insensitive -> text-muted
Diffstat (limited to 'themes')
-rw-r--r--themes/night.css6
-rw-r--r--themes/night_base.less12
-rw-r--r--themes/night_blue.css6
3 files changed, 12 insertions, 12 deletions
diff --git a/themes/night.css b/themes/night.css
index 81ff1669c..a8b722157 100644
--- a/themes/night.css
+++ b/themes/night.css
@@ -1014,8 +1014,8 @@ body.ttrss_utility hr {
border: 0px solid #ccc;
border-bottom-width: 1px;
}
-body.ttrss_main .insensitive,
-body.ttrss_utility .insensitive {
+body.ttrss_main .text-muted,
+body.ttrss_utility .text-muted {
color: #ccc;
}
body.ttrss_main .small,
@@ -1969,7 +1969,7 @@ body.flat.ttrss_main .dijitCheckBox:not(.dijitChecked)::before {
color: #999999;
background: #222;
}
-body.flat.ttrss_main .insensitive {
+body.flat.ttrss_main .text-muted {
color: #999999;
}
body.flat.ttrss_main .dijitAccordionInnerContainerSelected .dijitAccordionTitle {
diff --git a/themes/night_base.less b/themes/night_base.less
index 9e664fcd9..8e6755b64 100644
--- a/themes/night_base.less
+++ b/themes/night_base.less
@@ -12,7 +12,7 @@
@default-text: #ccc;
-@fg-insensitive: darken(@default-text, 20%);
+@fg-text-muted: darken(@default-text, 20%);
@fg-light : lighten(@default-text, 10%);
body.flat.ttrss_main.ttrss_prefs {
@@ -26,7 +26,7 @@ body.flat.ttrss_main.ttrss_prefs {
td.filename,
div.prefHelp {
- color : @fg-insensitive;
+ color : @fg-text-muted;
}
}
@@ -157,7 +157,7 @@ body.flat.ttrss_main {
}
.author {
- color : @fg-insensitive;
+ color : @fg-text-muted;
}
.updated, .content {
@@ -198,12 +198,12 @@ body.flat.ttrss_main {
}
.dijitCheckBox:not(.dijitChecked)::before {
- color : @fg-insensitive;
+ color : @fg-text-muted;
background: @color-panel-bg;
}
- .insensitive {
- color : @fg-insensitive;
+ .text-muted {
+ color : @fg-text-muted;
}
.dijitAccordionInnerContainerSelected .dijitAccordionTitle {
diff --git a/themes/night_blue.css b/themes/night_blue.css
index 4c8b679e9..f679b3176 100644
--- a/themes/night_blue.css
+++ b/themes/night_blue.css
@@ -1014,8 +1014,8 @@ body.ttrss_utility hr {
border: 0px solid #ccc;
border-bottom-width: 1px;
}
-body.ttrss_main .insensitive,
-body.ttrss_utility .insensitive {
+body.ttrss_main .text-muted,
+body.ttrss_utility .text-muted {
color: #ccc;
}
body.ttrss_main .small,
@@ -1969,7 +1969,7 @@ body.flat.ttrss_main .dijitCheckBox:not(.dijitChecked)::before {
color: #999999;
background: #222;
}
-body.flat.ttrss_main .insensitive {
+body.flat.ttrss_main .text-muted {
color: #999999;
}
body.flat.ttrss_main .dijitAccordionInnerContainerSelected .dijitAccordionTitle {