From 19f162dbe304d3e0f26e2c37fa29522924b7cede Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Fri, 8 Mar 2019 10:11:57 +0300 Subject: css: insensitive -> text-muted --- css/default.css | 4 ++-- css/tt-rss.less | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'css') 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; } -- cgit v1.2.3