diff --git a/css/files_sharing.css b/css/files_sharing.css index ccd8cc2..00c07f9 100644 --- a/css/files_sharing.css +++ b/css/files_sharing.css @@ -374,6 +374,9 @@ td.selection label { display: grid; } + &:not(:hover):not(.selected) .fileactions { + background-color: var(--ion-color-main-background); + } } .thumbnail-wrapper {