We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3af397b + a4fbdb9 commit 2e4ba61Copy full SHA for 2e4ba61
1 file changed
apps/files/css/files.scss
@@ -98,7 +98,7 @@
98
99
.file-drag, .file-drag #filestable tbody tr, .file-drag #filestable tbody tr:hover {
100
transition: background-color 0.3s ease!important;
101
- background-color: rgb(179, 230, 255) !important;
+ background-color: var(--color-primary-light) !important;
102
}
103
104
.app-files #app-content.dir-drop {
@@ -110,7 +110,7 @@
110
111
112
.app-files #app-content.dir-drop #filestable tbody tr.dropping-to-dir{
113
114
115
116
/* icons for sidebar */
0 commit comments