diff --git a/.github/dependabot.yml b/.github/dependabot.yml index b70d53b1e..c1d468dfe 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -10,7 +10,7 @@ updates: timezone: Europe/Paris open-pull-requests-limit: 10 reviewers: - - juliushaertl + - juliusknorr - luka-nextcloud - package-ecosystem: npm @@ -73,7 +73,7 @@ updates: timezone: Europe/Paris open-pull-requests-limit: 10 reviewers: - - juliushaertl + - juliusknorr - luka-nextcloud - package-ecosystem: composer @@ -85,7 +85,7 @@ updates: timezone: Europe/Paris open-pull-requests-limit: 10 reviewers: - - juliushaertl + - juliusknorr - luka-nextcloud - package-ecosystem: github-actions @@ -97,5 +97,5 @@ updates: timezone: Europe/Paris open-pull-requests-limit: 10 reviewers: - - juliushaertl + - juliusknorr - luka-nextcloud diff --git a/README.md b/README.md index 70927848b..a2fb78e36 100644 --- a/README.md +++ b/README.md @@ -91,12 +91,12 @@ You can enable HMR (Hot module replacement) to avoid page reloads when working o docker run --rm \ -p 8080:80 \ -v $PWD:/var/www/html/apps-extra/deck \ - ghcr.io/juliushaertl/nextcloud-dev-php81:latest + ghcr.io/juliusknorr/nextcloud-dev-php81:latest ``` ### Full Nextcloud development environment -You need to setup a [development environment](https://docs.nextcloud.com/server/latest/developer_manual//getting_started/devenv.html) of the current Nextcloud version. You can also alternatively install & run the [nextcloud docker container](https://github.com/juliushaertl/nextcloud-docker-dev). +You need to setup a [development environment](https://docs.nextcloud.com/server/latest/developer_manual//getting_started/devenv.html) of the current Nextcloud version. You can also alternatively install & run the [nextcloud docker container](https://github.com/juliusknorr/nextcloud-docker-dev). After the finished installation, you can clone the deck project directly in the `/[nextcloud-docker-dev-dir]/workspace/server/apps/` folder. ### Running tests diff --git a/css/deck.css b/css/deck.css index d1d92ea97..34426b15b 100644 --- a/css/deck.css +++ b/css/deck.css @@ -22,3 +22,8 @@ input[type=text]:focus+input[type=submit].icon-confirm, input[type=text]:hover+input[type=submit].icon-confirm { border-color: var(--color-main-text) !important; } + +button:focus .icon-delete, +button:hover .icon-delete { + background-image: var(--icon-delete-color-red); +}