mirror of
https://github.com/mwalbeck/nextcloud-breeze-dark.git
synced 2025-04-08 15:00:11 +00:00
Fix fc buttons in calendar busy view
This commit is contained in:
parent
dd3450d2cd
commit
466c6010c5
1 changed files with 19 additions and 4 deletions
|
@ -69,6 +69,21 @@
|
|||
}
|
||||
}
|
||||
|
||||
.modal--scheduler .fc .fc-button-primary {
|
||||
color: var(--color-main-text);
|
||||
background-color: var(--color-main-background);
|
||||
border-color: var(--color-border);
|
||||
|
||||
&:hover {
|
||||
background-color: var(--color-main-background);
|
||||
border-color: var(--color-primary-element);
|
||||
}
|
||||
|
||||
&:focus {
|
||||
box-shadow: none;
|
||||
}
|
||||
}
|
||||
|
||||
// New styling for vue
|
||||
|
||||
#content-vue
|
||||
|
@ -84,6 +99,10 @@
|
|||
|
||||
/* Icons -------------------------------------------------------------------- */
|
||||
|
||||
.icon-new-calendar {
|
||||
background-image: var(--icon-calendar-new-calendar-f2f2f2) !important;
|
||||
}
|
||||
|
||||
.app-calendar,
|
||||
.popover {
|
||||
.icon-rightarrow {
|
||||
|
@ -110,10 +129,6 @@
|
|||
background-image: var(--icon-calendar-view-list-f2f2f2) !important;
|
||||
}
|
||||
|
||||
.icon-new-calendar {
|
||||
background-image: var(--icon-calendar-new-calendar-f2f2f2) !important;
|
||||
}
|
||||
|
||||
.icon-new-calendar-with-task-list {
|
||||
background-image: var(--icon-calendar-new-calendar-with-task-list-f2f2f2) !important;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue