1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 15:35:55 +00:00

css: insensitive -> text-muted

This commit is contained in:
Andrew Dolgov
2019-03-08 10:11:57 +03:00
parent cf6f867feb
commit 19f162dbe3
13 changed files with 31 additions and 31 deletions

View File

@@ -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 {

View File

@@ -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 {

View File

@@ -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 {