mirror of
https://github.com/mwalbeck/nextcloud-breeze-dark.git
synced 2025-07-24 18:42:45 +00:00
Fix #14: remove dark grey background in news folders
This commit is contained in:
parent
192c3f193a
commit
5cfc4f46ae
3 changed files with 12 additions and 9 deletions
core/css
|
@ -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 {
|
||||
|
|
|
@ -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');
|
||||
}
|
||||
|
||||
|
|
|
@ -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; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue