Merge pull request #19619 from nextcloud/bugfix/19618/theme-dragndrop-hover-color

Fix hover state color of drag-n-drop with theming and dark mode
This commit is contained in:
Joas Schilling 2020-02-25 08:42:51 +01:00 committed by GitHub
commit 2e4ba613ef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -98,7 +98,7 @@
.file-drag, .file-drag #filestable tbody tr, .file-drag #filestable tbody tr:hover { .file-drag, .file-drag #filestable tbody tr, .file-drag #filestable tbody tr:hover {
transition: background-color 0.3s ease!important; transition: background-color 0.3s ease!important;
background-color: rgb(179, 230, 255) !important; background-color: var(--color-primary-light) !important;
} }
.app-files #app-content.dir-drop { .app-files #app-content.dir-drop {
@ -110,7 +110,7 @@
} }
.app-files #app-content.dir-drop #filestable tbody tr.dropping-to-dir{ .app-files #app-content.dir-drop #filestable tbody tr.dropping-to-dir{
background-color: rgb(179, 230, 255) !important; background-color: var(--color-primary-light) !important;
} }
/* icons for sidebar */ /* icons for sidebar */