Fix hover state color of drag-n-drop with theming and dark mode
Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
parent
4c69188af0
commit
a4fbdb95b1
|
@ -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 */
|
||||
|
|
Loading…
Reference in New Issue