1
0
Fork 0
mirror of https://github.com/mwalbeck/nextcloud-breeze-dark.git synced 2025-06-22 05:30:41 +00:00

a litte more styling for calendar

This commit is contained in:
Magnus Walbeck 2017-03-02 20:03:50 +01:00
parent 422602205c
commit a8e6987d0a
3 changed files with 34 additions and 2 deletions

View file

@ -32,6 +32,7 @@
.app-calendar #app-content {
overflow-y: hidden;
padding-right: 0 !important;
}
#app-navigation .new-entity {
@ -157,6 +158,23 @@
}
}
.modal-open .modal.popover, .modal-open .modal.import {
background: $background-normal;
box-shadow: none;
}
.modal-dialog .modal-content #app-sidebar {
border: none;
}
.advanced .advanced--button-area {
border-color: $decoration-normal;
}
.advanced--fieldset-attendeelist .advanced--toggler:hover, .advanced--fieldset-reminderlist .advanced--toggler:hover {
background: $background-active-hover;
}
/* Contacts */
.app-content-list {

View file

@ -634,7 +634,8 @@ ul.multiselectoptions {
/* Calendar */
.app-calendar #app-content {
overflow-y: hidden; }
overflow-y: hidden;
padding-right: 0 !important; }
#app-navigation .new-entity {
color: #eff0f1; }
@ -719,6 +720,19 @@ ul.multiselectoptions {
background-color: #3daee9;
border-color: #706f6e; }
.modal-open .modal.popover, .modal-open .modal.import {
background: #31363b;
box-shadow: none; }
.modal-dialog .modal-content #app-sidebar {
border: none; }
.advanced .advanced--button-area {
border-color: #706f6e; }
.advanced--fieldset-attendeelist .advanced--toggler:hover, .advanced--fieldset-reminderlist .advanced--toggler:hover {
background: rgba(61, 174, 233, 0.25); }
/* Contacts */
.app-content-list {
background-color: #232629;

File diff suppressed because one or more lines are too long