Elastic: Fix .faded color
This commit is contained in:
parent
5eb1d87839
commit
05ca896e16
3 changed files with 4 additions and 8 deletions
|
@ -1263,10 +1263,6 @@ body.task-calendar {
|
|||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
.faded {
|
||||
color: @color-black-shade-text;
|
||||
}
|
||||
}
|
||||
|
||||
#eventedit {
|
||||
|
|
|
@ -304,10 +304,6 @@ html.touch #tasklist {
|
|||
.attachmentslist li {
|
||||
margin-right: 1em;
|
||||
}
|
||||
|
||||
.faded {
|
||||
color: @color-black-shade-text;
|
||||
}
|
||||
}
|
||||
|
||||
#taskedit-attachment-form {
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue