mirror of
https://github.com/mwalbeck/nextcloud-breeze-dark.git
synced 2025-04-08 06:50:11 +00:00
Fix unreadable project name in Cospend. Fixes #307
This commit is contained in:
parent
b2096297ab
commit
1bb46f694b
3 changed files with 4 additions and 20 deletions
|
@ -2,6 +2,10 @@
|
|||
|
||||
## [Unreleased]
|
||||
|
||||
### Fixed
|
||||
|
||||
- [#307](https://github.com/mwalbeck/nextcloud-breeze-dark/issues/307) Fix unreadable project name in Cospend
|
||||
|
||||
## 24.0.1 - 2022-05-14
|
||||
|
||||
### Added
|
||||
|
|
19
css/apps/thirdparty/_cospend.scss
vendored
19
css/apps/thirdparty/_cospend.scss
vendored
|
@ -1,19 +0,0 @@
|
|||
/***
|
||||
* @copyright Copyright (c) 2021, Magnus Walbeck <mw@mwalbeck.org>
|
||||
*
|
||||
* @license GNU AGPL version 3 or any later version, see COPYING file for more.
|
||||
*/
|
||||
|
||||
/* Cookbook ----------------------------------------------------------------- */
|
||||
|
||||
.app-cospend .app-navigation {
|
||||
.newItemContainer .icon-confirm,
|
||||
.newItemContainer .icon-close {
|
||||
background-image: unset !important;
|
||||
}
|
||||
|
||||
.selectedproject > a,
|
||||
.selectedproject > div {
|
||||
background-color: var(--color-primary);
|
||||
}
|
||||
}
|
|
@ -70,7 +70,6 @@
|
|||
@import "apps/thirdparty/bookmarks";
|
||||
@import "apps/thirdparty/collectives";
|
||||
@import "apps/thirdparty/cookbook";
|
||||
@import "apps/thirdparty/cospend";
|
||||
@import "apps/thirdparty/electronicsignatures";
|
||||
@import "apps/thirdparty/flow-upload";
|
||||
@import "apps/thirdparty/fulltextsearch";
|
||||
|
|
Loading…
Add table
Reference in a new issue