Update to 16.0.2

This commit is contained in:
Magnus Walbeck 2019-06-04 12:17:54 +02:00
commit 5c6400d4c2
9 changed files with 97 additions and 96 deletions

View File

@ -28,15 +28,8 @@
.app-content-details .contact-details {
.property {
a.icon.action-item__menutoggle {
color: $foreground-normal;
}
.mx-datepicker .mx-input-wrapper .mx-input-append {
background-color: $background-dark;
}
.property a.icon.action-item__menutoggle {
color: $foreground-normal;
}
.multiselect.property__label input:focus {

View File

@ -13,7 +13,7 @@
}
.bullet-color-green {
backgroud-color: $background-positive;
background-color: $background-positive;
}
}
@ -58,6 +58,14 @@
}
}
.grid-view .credential {
border-color: $decoration-normal !important;
.credential_content .tags .tag {
color: $foreground-normal !important;
}
}
.tags .tag,
.app_sidebar .credential-data .tags .tag {
background-color: $background-dark;
@ -74,6 +82,17 @@
border-color: $decoration-normal;
box-shadow: none;
}
.edit_credential .compromised-button {
background-color: $background-negative;
color: $foreground-normal;
&:hover,
&:active,
&:focus {
border-color: $background-neutral;
}
}
}
// Settings
@ -108,6 +127,10 @@
color: $foreground-inactive;
}
.pass-meter-col .indicator {
background-color: $background-dark;
}
.pass-meter-col.poor .indicator {
background-color: $background-negative;
}
@ -239,6 +262,12 @@ tags-input {
&:hover {
color: $background-active;
}
&:active,
&:focus {
color: $background-active;
background-color: transparent !important;
}
}
}
@ -259,6 +288,14 @@ tags-input {
border: none;
}
.iconpicker-dialog,
.shareincoming-dialog {
&, .ui-dialog {
box-shadow: none;
}
}
#passman-settings {
#mover {
@ -268,7 +305,3 @@ tags-input {
}
}
}
.app-passman img.icon-image {
filter: invert(95%);
}

View File

@ -62,16 +62,9 @@
}
/* Datepicker */
.app-polls .mx-datepicker {
.mx-input-append {
background-color: $background-dark !important;
}
.mx-datepicker-popup {
border-color: $decoration-normal !important;
background-color: $background-normal !important;
}
.app-polls .mx-datepicker .mx-datepicker-popup {
border-color: $decoration-normal !important;
background-color: $background-normal !important;
}
// Shift dates

View File

@ -1,16 +1,8 @@
/* Tasks -------------------------------------------------------------------- */
#content.app-tasks {
color: $foreground-normal;
}
#app-navigation .app-navigation-entry-edit input.action {
.app-tasks #app-navigation .app-navigation-entry-edit input.action {
background-color: $background-dark;
&:hover {
background-color: $background-active-hover;
}
&:active, &:focus {
background-color: $background-active;
}
@ -18,48 +10,24 @@
.app-tasks #app-content {
#add-task {
border-color: $decoration-normal;
input {
color: $foreground-normal;
}
}
.sortorder-dropdown-button {
background-color: $background-normal;
border-color: $decoration-normal;
}
.categories-list li {
.categories-list span {
background-color: $background-normal;
border-color: $decoration-normal;
color: $foreground-normal;
}
.task-body {
background-color: $background-dark;
border-color: $decoration-normal;
&:hover {
background-color: $background-active-hover;
}
&.active {
background-color: $background-active;
}
.title-wrapper {
color: $foreground-normal;
}
.task-item.add-subtask {
border-color: $decoration-normal;
input {
background: $background-dark !important;
color: $foreground-normal;
}
&.active .title {
font-weight: 600;
}
.duedate.overdue {
@ -78,11 +46,9 @@
.task-list .loadmore span {
color: $foreground-inactive;
background-color: $background-normal;
border: 1px solid $decoration-normal;
&:hover {
color: $foreground-normal;
border-color: $decoration-active;
}
}
}
@ -91,7 +57,6 @@
.title {
background-color: $background-active;
border-bottom-color: $decoration-normal;
.expandable-container {
background: $background-dark;
@ -102,26 +67,9 @@
.body .section {
border-bottom: 1px dashed $decoration-normal;
input {
background-color: $background-dark;
color: $foreground-normal;
}
input[type="range"] {
background-color: $background-normal;
}
input[type="text"] {
background-color: $background-dark;
}
input,
.note {
background-color: $background-dark;
border-color: $decoration-normal;
.expandingArea textarea {
color: $foreground-normal;
}
}
&.detail-categories .select2-container-multi .select2-choices .select2-search-choice {
@ -129,6 +77,11 @@
background-color: $background-normal;
border-color: $decoration-normal;
}
.detail-categories-container .multiselect.multiselect-vue .multiselect__tag,
.detail-calendar-container .multiselect.multiselect-vue .multiselect__tag {
background-color: $background-normal;
}
}
.title .reactive:hover .detail-checkbox:not(.disabled) {
@ -146,10 +99,6 @@
.app-tasks {
.icon {
opacity: 0.5;
}
.icon-task-star a::before,
.icon-alphabetically,
.icon-sort-down,
@ -166,10 +115,6 @@
filter: invert(95%);
}
.icon-percent-active {
filter: none;
}
#app-settings, .app-navigation-entry-menu {
.icon-all,

View File

@ -68,6 +68,11 @@
select {
background-color: $background-normal !important;
}
> ul > li > .app-navigation-entry-bullet + a:hover,
> ul > li > ul > li > .app-navigation-entry-bullet + a:hover {
background: $background-active-hover !important;
}
}
.app-navigation-entry-menu {
@ -157,4 +162,10 @@
&:hover {
background-color: $background-active-hover;
}
}
// Date picker styling fix
.mx-datepicker .mx-input-wrapper .mx-input-append {
background-color: $background-dark !important;
}

View File

@ -43,7 +43,8 @@
.icon-starred,
.icon-star:hover,
.icon-star:focus,
.app-news #app-navigation .icon-starred {
.app-news #app-navigation .icon-starred,
.starred {
background-image: url('../img/actions/starred.svg?v=1');
opacity: 1;
}
@ -85,7 +86,7 @@
.icon-category-enabled,
.multiselect.multiselect-vue .multiselect__content-wrapper li > span::before,
#two-factor-auth .multiselect.multiselect--above .multiselect__content-wrapper li > span::before {
background-image: url('../img/actions/checkmark.svg?v=1');
background-image: url('../img/actions/checkmark.svg?v=1') !important;
}
/* History ------------------------------------------------------------------ */
@ -614,6 +615,12 @@ div.select2-drop .select2-search input {
background-image: url("../img/actions/edit.svg");
}
/* Expired ------------------------------------------------------------------ */
.icon-expired {
background-image: url("../img/actions/expired.svg");
}
/* App Categories ----------------------------------------------------------- */
// App Bundles

View File

@ -197,8 +197,23 @@ input[type="button"] {
}
}
.dropdown {
.dropdown,
#dropdown {
background-color: $background-normal;
box-shadow: none;
border: 1px solid $decoration-normal;
}
input[type="text"] + .icon-confirm {
height: 32px;
width: 32px;
}
.shareWithConfirm.icon-confirm {
padding: 16px !important;
top: 20px;
}
}
#link {
border-top-color: $decoration-normal;
}

View File

@ -1,8 +1,8 @@
/*
=============================================================================
* Nextcloud Breeze Dark
* Version: 16.0.1
* Date 2019-05-08
* Version: 16.0.2
* Date 2019-06-04
* Copyright (C) Magnus Walbeck and other contributors
* License: AGPLv3 - https://github.com/mwalbeck/nextcloud-breeze-dark/blob/master/LICENSE
* Source code: https://github.com/mwalbeck/nextcloud-breeze-dark

View File

@ -0,0 +1,4 @@
<svg width="24" height="24" version="1.1" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"/>
<path d="M13 3c-4.97 0-9 4.03-9 9H1l3.89 3.89.07.14L9 12H6c0-3.87 3.13-7 7-7s7 3.13 7 7-3.13 7-7 7c-1.93 0-3.68-.79-4.94-2.06l-1.42 1.42C8.27 19.99 10.51 21 13 21c4.97 0 9-4.03 9-9s-4.03-9-9-9zm-1 5v5l4.28 2.54.72-1.21-3.5-2.08V8H12z" fill="#f2f2f2"/>
</svg>

After

Width:  |  Height:  |  Size: 397 B