Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 82b03904 authored by Arnau Vàzquez's avatar Arnau Vàzquez
Browse files

Merge branch 'dev/hover-button-fix' into 'main'

border fix

See merge request e/infra/ecloud/nextcloud-apps/ecloud-theme-helper!48
parents fb174137 2d42ecc4
Loading
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -18,7 +18,7 @@
}
.cookbook-app-content .add-list-item,.cookbook-app-content .cookbook-footer .button {
  background-color: var(--color-background-dark);
  border: var(--color-background-dark);
  border: 1px solid var(--color-background-dark);
}
.cookbook-app-content .add-list-item .icon-add {
  background-image: var(--icon-add-000);