mirror of
https://github.com/mwalbeck/nextcloud-breeze-dark.git
synced 2025-07-08 03:52:41 +00:00
parent
7e05283488
commit
d00f2348b1
3 changed files with 19 additions and 0 deletions
|
@ -2,6 +2,10 @@
|
|||
|
||||
## [Unreleased]
|
||||
|
||||
### Fixed
|
||||
|
||||
- [#231](https://github.com/mwalbeck/nextcloud-breeze-dark/issues/231) Fix icon spam when creating new project in Cospend
|
||||
|
||||
## 21.0.3 - 2021-03-14
|
||||
|
||||
### Add
|
||||
|
|
14
css/apps/thirdparty/_cospend.scss
vendored
Normal file
14
css/apps/thirdparty/_cospend.scss
vendored
Normal file
|
@ -0,0 +1,14 @@
|
|||
/***
|
||||
* @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;
|
||||
}
|
||||
}
|
|
@ -67,6 +67,7 @@
|
|||
@import "apps/thirdparty/bookmarks";
|
||||
@import "apps/thirdparty/circles";
|
||||
@import "apps/thirdparty/cookbook";
|
||||
@import "apps/thirdparty/cospend";
|
||||
@import "apps/thirdparty/dashboard";
|
||||
@import "apps/thirdparty/flow-upload";
|
||||
@import "apps/thirdparty/fulltextsearch";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue