mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2026-01-04 18:05:36 +10:00
Change opacity of inexisting archive type on public view
This commit is contained in:
@@ -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' %}" />
|
||||
|
||||
Reference in New Issue
Block a user