summaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
Diffstat (limited to 'css')
-rw-r--r--css/default.css4
-rwxr-xr-xcss/tt-rss.less2
2 files changed, 3 insertions, 3 deletions
diff --git a/css/default.css b/css/default.css
index 5d2ed7caf..2121f26dc 100644
--- a/css/default.css
+++ b/css/default.css
@@ -1013,8 +1013,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: #555;
}
body.ttrss_main .small,
diff --git a/css/tt-rss.less b/css/tt-rss.less
index f497c4af5..108c493b9 100755
--- a/css/tt-rss.less
+++ b/css/tt-rss.less
@@ -1191,7 +1191,7 @@ body.ttrss_main, body.ttrss_utility {
border-bottom-width: 1px;
}
- .insensitive {
+ .text-muted {
color : @default-text;
}