Skip to content

Commit

Permalink
Tasks: Fix styling for create new task button in tasks dashboard widg…
Browse files Browse the repository at this point in the history
…et. Fixes #322
  • Loading branch information
mwalbeck committed Dec 29, 2022
1 parent 3b86dfa commit a15a4c4
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion css/apps/core/_dashboard.scss
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,22 @@
}
}

/* Tasks */
.center-button .button-vue--vue-secondary {
color: var(--color-main-text) !important;
background-color: var(--color-background-darker) !important;

&:hover {
background-color: var(--color-background-hover) !important;
}

&:active,
&:focus {
background-color: var(--color-primary-element) !important;
color: var(--color-primary-text) !important;
}
}

/* Icons -------------------------------------------------------------------- */

.icon-github,
Expand Down Expand Up @@ -67,4 +83,4 @@

.icon-zammad {
background-image: var(--icon-integration_zammad-app-f2f2f2) !important;
}
}

0 comments on commit a15a4c4

Please sign in to comment.