Elastic: Fix .faded color

This commit is contained in:
Aleksander Machniak 2018-05-03 07:27:56 +00:00
parent 5eb1d87839
commit 05ca896e16
3 changed files with 4 additions and 8 deletions

View file

@ -1263,10 +1263,6 @@ body.task-calendar {
display: none;
}
}
.faded {
color: @color-black-shade-text;
}
}
#eventedit {

View file

@ -304,10 +304,6 @@ html.touch #tasklist {
.attachmentslist li {
margin-right: 1em;
}
.faded {
color: @color-black-shade-text;
}
}
#taskedit-attachment-form {

View file

@ -369,6 +369,10 @@ button.btn.print:before {
content: @fa-var-print;
}
.formcontent.text-only .faded * {
color: @color-black-shade-text;
}
.print-config {
position: fixed;
top: 0;