fix files icons greying out on public index

This commit is contained in:
Nick Sweeting 2021-01-28 22:57:12 -05:00
parent 7d8fe66d43
commit 5c54bcc1f3
4 changed files with 16 additions and 19 deletions

View file

@ -224,7 +224,7 @@ body.model-snapshot.change-list #content .object-tools {
100% { transform: rotate(360deg); }
}
.tags > a > .tag {
.tag {
float: right;
border-radius: 5px;
background-color: #bfdfff;
@ -232,3 +232,8 @@ body.model-snapshot.change-list #content .object-tools {
margin-left: 4px;
margin-top: 1px;
}
.exists-False {
opacity: 0.1;
filter: grayscale(100%);
}