2020-02-23 20:17:48 +01:00
|
|
|
/***
|
|
|
|
* @copyright Copyright (c) 2018, Magnus Walbeck <mw@mwalbeck.org>
|
|
|
|
*
|
2020-04-19 10:42:50 +02:00
|
|
|
* @license GNU AGPL version 3 or any later version, see COPYING file for more.
|
|
|
|
*/
|
2020-02-23 20:17:48 +01:00
|
|
|
|
2018-12-11 15:35:19 +08:00
|
|
|
/* Deck --------------------------------------------------------------------- */
|
2018-02-03 19:04:56 +08:00
|
|
|
|
2021-02-18 22:51:02 +01:00
|
|
|
.app-deck .app-navigation__list > .app-navigation-entry {
|
|
|
|
border-right: 1px solid var(--color-border);
|
|
|
|
}
|
|
|
|
|
2020-10-06 20:40:14 +02:00
|
|
|
.card {
|
|
|
|
background-color: var(--color-background-darker) !important;
|
|
|
|
border: 1px solid var(--color-border);
|
2019-05-01 17:27:50 +08:00
|
|
|
|
2020-10-06 20:40:14 +02:00
|
|
|
&:hover,
|
|
|
|
&.current-card {
|
2021-04-11 16:38:16 +02:00
|
|
|
border-color: var(--color-primary-element) !important;
|
2020-10-06 20:40:14 +02:00
|
|
|
}
|
2018-07-17 16:05:08 +08:00
|
|
|
|
2020-10-06 20:40:14 +02:00
|
|
|
.due,
|
|
|
|
.due.overdue {
|
|
|
|
opacity: 1 !important;
|
|
|
|
}
|
2020-04-15 18:14:35 +02:00
|
|
|
|
2020-10-06 20:40:14 +02:00
|
|
|
.due.next {
|
|
|
|
background-color: var(--color-neutral) !important;
|
|
|
|
opacity: 1 !important;
|
2018-07-17 16:05:08 +08:00
|
|
|
|
2020-10-06 20:40:14 +02:00
|
|
|
span {
|
|
|
|
color: var(--color-text-dark);
|
2018-07-17 16:05:08 +08:00
|
|
|
}
|
2018-02-03 19:04:56 +08:00
|
|
|
}
|
|
|
|
|
2020-10-06 20:40:14 +02:00
|
|
|
.due.now {
|
|
|
|
opacity: 1 !important;
|
|
|
|
|
|
|
|
span {
|
|
|
|
color: var(--color-text-dark);
|
|
|
|
}
|
2019-05-01 17:27:50 +08:00
|
|
|
}
|
2020-05-17 16:38:36 +02:00
|
|
|
}
|
2018-02-03 19:04:56 +08:00
|
|
|
|
2020-10-06 20:40:14 +02:00
|
|
|
.modal-wrapper .modal-container {
|
|
|
|
box-shadow: unset !important;
|
2020-05-17 16:38:36 +02:00
|
|
|
}
|
2020-01-26 12:37:00 +01:00
|
|
|
|
2020-05-17 16:38:36 +02:00
|
|
|
/* Icons -------------------------------------------------------------------- */
|
2020-01-26 12:37:00 +01:00
|
|
|
|
2020-05-17 16:38:36 +02:00
|
|
|
.icon-deck {
|
|
|
|
background-image: var(--icon-deck-deck-f2f2f2) !important;
|
|
|
|
}
|
2020-01-26 12:37:00 +01:00
|
|
|
|
2020-05-17 16:38:36 +02:00
|
|
|
.icon-archive {
|
|
|
|
background-image: var(--icon-deck-archive-f2f2f2) !important;
|
2019-05-01 17:27:50 +08:00
|
|
|
}
|
2020-02-24 20:53:04 +01:00
|
|
|
|
2020-05-17 16:38:36 +02:00
|
|
|
.icon-toggle-compact-expanded {
|
|
|
|
background-image: var(--icon-deck-toggle-view-collapse-f2f2f2) !important;
|
|
|
|
}
|
2020-02-24 20:53:04 +01:00
|
|
|
|
2020-05-17 16:38:36 +02:00
|
|
|
.icon-toggle-compact-collapsed {
|
|
|
|
background-image: var(--icon-deck-toggle-view-expand-f2f2f2) !important;
|
|
|
|
}
|
2020-02-24 20:53:04 +01:00
|
|
|
|
2020-05-17 16:38:36 +02:00
|
|
|
.icon-clone {
|
2020-10-06 19:12:45 +02:00
|
|
|
background-image: var(--icon-deck-clone-f2f2f2) !important;
|
2020-05-17 16:38:36 +02:00
|
|
|
}
|
2020-02-24 20:53:04 +01:00
|
|
|
|
2020-05-17 16:38:36 +02:00
|
|
|
.icon-filter {
|
2020-10-06 19:12:45 +02:00
|
|
|
background-image: var(--icon-deck-filter-f2f2f2) !important;
|
2020-05-17 16:38:36 +02:00
|
|
|
}
|
2020-02-24 20:53:04 +01:00
|
|
|
|
2020-05-17 16:38:36 +02:00
|
|
|
.icon-attach {
|
2020-10-06 19:12:45 +02:00
|
|
|
background-image: var(--icon-deck-attach-f2f2f2) !important;
|
2020-05-17 16:38:36 +02:00
|
|
|
}
|
2020-02-24 20:53:04 +01:00
|
|
|
|
2020-05-17 16:38:36 +02:00
|
|
|
.icon-calendar-dark.now,
|
|
|
|
.icon-calendar-dark.next {
|
|
|
|
background-image: var(--icon-calendar-000) !important;
|
2020-02-24 20:53:04 +01:00
|
|
|
}
|
2020-05-29 17:40:24 +02:00
|
|
|
|
|
|
|
.icon-filter_set {
|
2020-10-06 19:12:45 +02:00
|
|
|
background-image: var(--icon-deck-filter_set-f2f2f2) !important;
|
2020-05-29 17:40:24 +02:00
|
|
|
}
|
|
|
|
|
2021-02-20 18:20:25 +01:00
|
|
|
.icon-reply {
|
|
|
|
background-image: var(--icon-deck-reply-f2f2f2) !important;
|
|
|
|
}
|
|
|
|
|
2020-05-29 17:40:24 +02:00
|
|
|
.resource-type-deck {
|
|
|
|
img[src$="deck-dark.svg"] {
|
|
|
|
filter: invert(95%);
|
2020-10-06 19:12:45 +02:00
|
|
|
opacity: 0.7 !important;
|
2020-05-29 17:40:24 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
&:hover img[src$="deck-dark.svg"] {
|
|
|
|
opacity: 1 !important;
|
|
|
|
}
|
|
|
|
}
|