mirror of
https://github.com/ArchiveBox/ArchiveBox
synced 2025-02-17 05:48:24 +00:00
Change opacity of inexisting archive type on public view
This commit is contained in:
parent
a05485f85c
commit
88cc75a045
1 changed files with 8 additions and 0 deletions
|
@ -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' %}" />
|
||||
|
|
Loading…
Add table
Reference in a new issue