1
0
Fork 0
mirror of https://github.com/mwalbeck/nextcloud-breeze-dark.git synced 2025-07-03 01:51:35 +00:00

Fix styling for Deck

This commit is contained in:
Magnus Walbeck 2018-12-11 15:35:19 +08:00
parent c6ef0c4952
commit 70e6b117fb
2 changed files with 23 additions and 9 deletions
core/css
apps/thirdparty
core

View file

@ -1,9 +1,4 @@
.app-deck #app-navigation {
.app-navigation-entry-edit {
background-color: $background-normal;
}
}
/* Deck --------------------------------------------------------------------- */
.app-deck #app-content {
@ -18,7 +13,7 @@
}
}
.board-header-controls > button {
.board-header-controls > button i.icon-archive {
opacity: 1 !important;
}
}
@ -40,8 +35,11 @@
#board {
.stack {
border-color: $decoration-normal;
}
.card {
background-color: $background-normal;
border: 1px solid $decoration-normal;
box-shadow: none;
@ -101,6 +99,10 @@
li[ng-if$="status.createLabel"] input {
color: $foreground-normal !important;
}
.labels .label-edit input {
border-bottom-color: $decoration-normal;
}
}
#card-meta {

View file

@ -403,7 +403,8 @@ input[type="email"] + .icon-confirm:disabled {
/* Edit --------------------------------------------------------------------- */
.icon-edit {
.icon-edit,
.icon-description {
background-image: url('../img/actions/edit.svg?v=1')
}
@ -779,6 +780,17 @@ img.two-factor-provider-settings-icon[src$="/apps/twofactor_u2f/img/app-dark.svg
filter: invert(95%);
}
// Deck app: deck icon in activity tab for individual card
.activity-icon img[src$="/apps/deck/img/deck-dark.svg"] {
filter: invert(95%);
}
// Deck app: Toggle compact and expand
.icon-toggle-compact-expanded,
.icon-toggle-compact-collapsed {
filter: invert(95%);
}
// Image viewer
.icon-white {
filter: unset;