Fix due date colors

Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
Julius Härtl
2017-06-17 10:36:10 +02:00
committed by Julius Härtl
parent 0ffb8a0dbd
commit 396a0d6d3a
2 changed files with 4 additions and 4 deletions

View File

@@ -473,6 +473,8 @@ button.button-inline:hover {
background-size: contain;
float:left;
opacity: 0.7;
width: 16px;
height: 16px;
margin-top:2px;
}
.overdue {
@@ -483,8 +485,7 @@ button.button-inline:hover {
background-color: #fbd850;
}
.due.next {
background-color: #22ac2a;
color: #fff;
background-color: #fbf790;
}
.due .badge-icon {
@@ -498,7 +499,7 @@ button.button-inline:hover {
background-image: url(../../../core/img/places/calendar-dark.svg);
}
.next .badge-icon {
background-image: url(../img/calendar-white.svg);
background-image: url(../../../core/img/places/calendar-dark.svg);
}
/**
* Card view right sidebar

View File

@@ -1 +0,0 @@
<svg xmlns="http://www.w3.org/2000/svg" height="32" width="32" viewbox="0 0 32 32"><path d="M8 2c-1.108 0-2 .892-2 2v4c0 1.108.892 2 2 2s2-.892 2-2V4c0-1.108-.892-2-2-2zm16 0c-1.108 0-2 .892-2 2v4c0 1.108.892 2 2 2s2-.892 2-2V4c0-1.108-.892-2-2-2zM11 6v2c0 1.662-1.338 3-3 3S5 9.662 5 8V6.125A3.993 3.993 0 0 0 2 10v16c0 2.216 1.784 4 4 4h20c2.216 0 4-1.784 4-4V10a3.993 3.993 0 0 0-3-3.875V8c0 1.662-1.338 3-3 3s-3-1.338-3-3V6zM6.094 16h19.812a.09.09 0 0 1 .094.094v9.812a.09.09 0 0 1-.094.094H6.094A.09.09 0 0 1 6 25.906v-9.812A.09.09 0 0 1 6.094 16z"/></svg>

Before

Width:  |  Height:  |  Size: 562 B