mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
Fix grey background over thumbnail
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
This commit is contained in:
parent
b662977862
commit
efdb535a5d
1 changed files with 2 additions and 1 deletions
|
|
@ -769,7 +769,8 @@ table.dragshadow td.size {
|
|||
&:hover, &:focus, &:active,
|
||||
&.selected,
|
||||
&.searchresult,
|
||||
.name:focus {
|
||||
.name:focus,
|
||||
&.highlighted {
|
||||
background-color: transparent;
|
||||
|
||||
.thumbnail-wrapper,
|
||||
|
|
|
|||
Loading…
Reference in a new issue