mirror of
https://github.com/mwalbeck/nextcloud-breeze-dark.git
synced 2025-04-07 22:45:40 +00:00
Add support for Electronic signatures app
This commit is contained in:
parent
1a347926d9
commit
f1c89f9e0e
3 changed files with 22 additions and 0 deletions
|
@ -2,6 +2,10 @@
|
|||
|
||||
## [Unreleased]
|
||||
|
||||
### Added
|
||||
|
||||
- Support for Electronic Signatures app
|
||||
|
||||
## 23.0.0 - 2021-12-04
|
||||
|
||||
### Added
|
||||
|
|
17
css/apps/thirdparty/_electronicsignatures.scss
vendored
Normal file
17
css/apps/thirdparty/_electronicsignatures.scss
vendored
Normal file
|
@ -0,0 +1,17 @@
|
|||
/***
|
||||
* @copyright Copyright (c) 2021, Magnus Walbeck <mw@mwalbeck.org>
|
||||
*
|
||||
* @license GNU AGPL version 3 or any later version, see COPYING file for more.
|
||||
*/
|
||||
|
||||
/* Electronic Signatures ---------------------------------------------------- */
|
||||
|
||||
// Overlay colour when the modal use to sent a signing request is loading
|
||||
.modal-mask .loader {
|
||||
background-color: rgba(0, 0, 0, 0.3) !important;
|
||||
}
|
||||
|
||||
/* Icons -------------------------------------------------------------------- */
|
||||
.custom-icon-signature {
|
||||
color: var(--color-icon) !important;
|
||||
}
|
|
@ -69,6 +69,7 @@
|
|||
@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";
|
||||
@import "apps/thirdparty/gpxmotion";
|
||||
|
|
Loading…
Add table
Reference in a new issue