mirror of
https://github.com/nextcloud/server.git
synced 2026-06-09 08:44:07 -04:00
Dark theme: Fix move/copy dialog icons
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
This commit is contained in:
parent
e5922c6b8f
commit
4c18cc34f3
2 changed files with 2 additions and 2 deletions
|
|
@ -51,7 +51,7 @@
|
|||
top: 0;
|
||||
right: 0;
|
||||
padding: 25px;
|
||||
background: url('../img/actions/close.svg') no-repeat center;
|
||||
background: var(--icon-close-000) no-repeat center;
|
||||
opacity: .5;
|
||||
|
||||
&:hover,
|
||||
|
|
|
|||
|
|
@ -708,7 +708,7 @@ code {
|
|||
box-sizing: border-box;
|
||||
|
||||
div:first-child a {
|
||||
background-image: url('../img/places/home.svg?v=1');
|
||||
background-image: var(--icon-home-000);
|
||||
background-repeat: no-repeat;
|
||||
background-position: left center;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue