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:
parent
c6ef0c4952
commit
70e6b117fb
2 changed files with 23 additions and 9 deletions
core/css
18
core/css/apps/thirdparty/_deck.scss
vendored
18
core/css/apps/thirdparty/_deck.scss
vendored
|
@ -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 {
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue