blob: e76a7d190732b1df4f25eb0eb6e8a04726134f95 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
.collection .collection-item.avatar {
min-height: 64px !important;
}
.search-results {
top: -50px;
z-index: 2;
}
.collection > .collection-item {
transition: background-color .35s;
}
.collection > .collection-item:hover {
background-color: #e1bee7;
}
|