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 b971a19cc..e29b66382 100644
--- a/css/default.css
+++ b/css/default.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: #555;
}
body.ttrss_main .small,
diff --git a/css/tt-rss.less b/css/tt-rss.less
index 30e8025e1..097e12860 100755
--- a/css/tt-rss.less
+++ b/css/tt-rss.less
@@ -1192,7 +1192,7 @@ body.ttrss_main, body.ttrss_utility {
border-bottom-width: 1px;
}
- .insensitive {
+ .text-muted {
color : @default-text;
}