Fix small issues

Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
Julius Härtl
2017-06-17 10:31:29 +02:00
committed by Julius Härtl
parent 2063e1d9f4
commit 0ffb8a0dbd
4 changed files with 11 additions and 12 deletions

View File

@@ -481,24 +481,23 @@ button.button-inline:hover {
}
.due.now {
background-color: #fbd850;
color: #000;
}
.due.next {
background-color: #22ac2a;
color: #fff;
}
.due .icon-calendar {
background-image: url(../img/calendar.svg);
.due .badge-icon {
background-image: url(../../../core/img/places/calendar-dark.svg);
margin-right: 2px;
}
.overdue .icon-calendar {
.overdue .badge-icon {
background-image: url(../img/calendar-white.svg);
}
.now .icon-calendar {
background-image: url(../img/calendar.svg);
.now .badge-icon {
background-image: url(../../../core/img/places/calendar-dark.svg);
}
.next .icon-calendar {
.next .badge-icon {
background-image: url(../img/calendar-white.svg);
}
/**
@@ -538,7 +537,7 @@ button.button-inline:hover {
margin-bottom: 10px;
}
#card-meta #duedate {
#card-meta .duedate {
display: flex;
}
#card-description {