meuse-cd55: add box-shadow to link-cell (#57599)

This commit is contained in:
Thomas Jund 2021-10-20 15:49:26 +02:00
parent 1bfc6a5f45
commit 726e96984d
1 changed files with 2 additions and 1 deletions

View File

@ -157,7 +157,8 @@ div#page main,
// cells
.wcsformsofcategorycell,
.link-list-cell,
.categories-cell {
.categories-cell,
.link-cell {
box-shadow: 0 0 5px #aaa;
}
div.list-of-forms span.form-number {