1
0
Fork 0
mirror of https://github.com/mwalbeck/nextcloud-breeze-dark.git synced 2025-07-24 18:42:45 +00:00

Fix : remove dark grey background in news folders

This commit is contained in:
Magnus Walbeck 2018-02-18 18:44:17 +08:00
parent 192c3f193a
commit 5cfc4f46ae
3 changed files with 12 additions and 9 deletions

View file

@ -14,16 +14,17 @@
}
.app-news #app-navigation {
li.collapsible.open {
a {
background-color: $background-dark;
}
}
li.folder {
border-right: 1px solid $decoration-normal;
background: $background-normal;
}
> ul > li > a,
> ul > li > ul > li > a {
color: $foreground-normal;
opacity: 1;
}
}
.app-news #app-content {

View file

@ -201,7 +201,7 @@ button:not([class^="icon-"]):not([class*=" icon-"]) {
/* Triangle-S --------------------------------------------------------------- */
.icon-triangle-s,
#app-navigation .collapsible > .collapse {
#app-navigation .collapsible::after {
background-image: url('../img/actions/triangle-s.svg?v=1');
}

View file

@ -165,7 +165,7 @@ button:not([class^="icon-"]):not([class*=" icon-"]) {
/* Triangle-S --------------------------------------------------------------- */
.icon-triangle-s,
#app-navigation .collapsible > .collapse {
#app-navigation .collapsible::after {
background-image: url("../img/actions/triangle-s.svg?v=1"); }
select {
@ -2051,11 +2051,13 @@ textarea.message-body {
#explore .explore-footer a {
color: #2980b9; }
.app-news #app-navigation li.collapsible.open a {
background-color: #232629; }
.app-news #app-navigation li.folder {
border-right: 1px solid #706f6e;
background: #31363b; }
.app-news #app-navigation > ul > li > a,
.app-news #app-navigation > ul > li > ul > li > a {
color: #eff0f1;
opacity: 1; }
.app-news #app-content {
border-top: 1px solid #706f6e; }