1
0
Fork 0
mirror of synced 2024-06-28 11:00:35 +12:00

Change opacity of inexisting archive type on public view

This commit is contained in:
TrAyZeN 2020-11-14 17:48:29 +01:00
parent a05485f85c
commit 88cc75a045

View file

@ -223,6 +223,14 @@
.title-col a {
color: black;
}
tr td a.exists-True {
opacity: 1;
}
tr td a.exists-False {
opacity: 0.1;
filter: grayscale(100%);
}
</style>
<link rel="stylesheet" href="{% static 'bootstrap.min.css' %}">
<link rel="stylesheet" href="{% static 'jquery.dataTables.min.css' %}" />