From: Joas Schilling Date: Mon, 24 Feb 2020 13:22:03 +0000 (+0100) Subject: Fix hover state color of drag-n-drop with theming and dark mode X-Git-Tag: v18.0.2RC1~25^2 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=ad940fdbee9b941e9b00ff28bdc7fe06fbcc103c;p=nextcloud-server.git Fix hover state color of drag-n-drop with theming and dark mode Signed-off-by: Joas Schilling --- diff --git a/apps/files/css/files.scss b/apps/files/css/files.scss index 0d8b4824291..91797065769 100644 --- a/apps/files/css/files.scss +++ b/apps/files/css/files.scss @@ -98,7 +98,7 @@ .file-drag, .file-drag #filestable tbody tr, .file-drag #filestable tbody tr:hover { 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 { @@ -110,7 +110,7 @@ } .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 */