mirror of
https://github.com/mwalbeck/nextcloud-breeze-dark.git
synced 2025-07-04 18:24:22 +00:00
Add styling for GpxPod and invert gpxpod icon in files right click menu. Fixes #165
This commit is contained in:
parent
0bb63e0b42
commit
f15a657732
3 changed files with 32 additions and 0 deletions
|
@ -2,6 +2,10 @@
|
|||
|
||||
## [Unreleased]
|
||||
|
||||
### Add
|
||||
|
||||
- [#165](https://github.com/mwalbeck/nextcloud-breeze-dark/issues/165) Add styling for GpxPod and invert gpxpod icon in files right click menu
|
||||
|
||||
### Changed
|
||||
|
||||
- Only load custom styling when there actually is custom styling to get
|
||||
|
|
27
css/apps/thirdparty/_gpxpod.scss
vendored
Normal file
27
css/apps/thirdparty/_gpxpod.scss
vendored
Normal file
|
@ -0,0 +1,27 @@
|
|||
/***
|
||||
* @copyright Copyright (c) 2021, Magnus Walbeck <mw@mwalbeck.org>
|
||||
*
|
||||
* @license GNU AGPL version 3 or any later version, see COPYING file for more.
|
||||
*/
|
||||
|
||||
/* GpxPod ------------------------------------------------------------------- */
|
||||
|
||||
.app-gpxpod {
|
||||
#stattable td.statnamecol {
|
||||
background-color: unset;
|
||||
}
|
||||
|
||||
.popuptable tr:nth-child(2n + 1) {
|
||||
background-color: var(--color-background-darker);
|
||||
}
|
||||
|
||||
.popuptable tr:hover {
|
||||
background-color: var(--color-background-hover);
|
||||
}
|
||||
}
|
||||
|
||||
/* Icons -------------------------------------------------------------------- */
|
||||
|
||||
.icon-gpxpod-black {
|
||||
filter: invert(95%);
|
||||
}
|
|
@ -71,6 +71,7 @@
|
|||
@import "apps/thirdparty/flow-upload";
|
||||
@import "apps/thirdparty/fulltextsearch";
|
||||
@import "apps/thirdparty/gpxmotion";
|
||||
@import "apps/thirdparty/gpxpod";
|
||||
@import "apps/thirdparty/files-markdown";
|
||||
@import "apps/thirdparty/files-markdown-syntax";
|
||||
@import "apps/thirdparty/music";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue