Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ button.button-inline:hover {
}

#controls #button-home {
background-image: url(../../../core/img/places/home.svg);
background-image: url('../../../core/img/places/home.svg');
background-position: 8px center;
background-repeat: no-repeat;
padding: 10px 24px 10px 14px;
Expand Down Expand Up @@ -507,17 +507,17 @@ button.button-inline:hover {
}

.due .badge-icon {
background-image: url(../../../core/img/places/calendar-dark.svg);
background-image: url('../../../core/img/places/calendar-dark.svg');
margin-right: 3px;
}
.overdue .badge-icon {
background-image: url(../img/calendar-white.svg);
background-image: url('../img/calendar-white.svg');
}
.now .badge-icon {
background-image: url(../../../core/img/places/calendar-dark.svg);
background-image: url('../../../core/img/places/calendar-dark.svg');
}
.next .badge-icon {
background-image: url(../../../core/img/places/calendar-dark.svg);
background-image: url('../../../core/img/places/calendar-dark.svg');
}
/**
* Card view right sidebar
Expand Down Expand Up @@ -732,14 +732,14 @@ button.button-inline:hover {
}

.colorselect .selected {
background-image: url(../../../core/img/actions/checkmark.svg);
background-image: url('../../../core/img/actions/checkmark.svg');
background-position: center center;
background-repeat: no-repeat;
opacity: 1;
}

.colorselect .dark.selected {
background-image: url(../../../core/img/actions/checkmark-white.svg);
background-image: url('../../../core/img/actions/checkmark-white.svg');
}

.labels .colorselect {
Expand Down Expand Up @@ -1133,7 +1133,7 @@ button.button-inline:hover {
*/

.icon-deck {
background-image: url(../img/deck-dark.svg);
background-image: url('../img/deck-dark.svg');
}

.icon-group {
Expand Down