This commit is contained in:
Kara Diaby 2021-11-24 10:35:34 +01:00
parent 24ba7b6633
commit 2103f09be1
4 changed files with 22 additions and 5 deletions

View file

@ -83,3 +83,11 @@
width: 200px;
}
}
.file-hidden-by-user {
background-color: rgba(242, 137, 0, 0.6);
&:hover {
background-color: rgba(242, 137, 0, 0.6) !important;
}
}