mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2025-05-13 06:34:25 -04: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 {
|
.title-col a {
|
||||||
color: black;
|
color: black;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
tr td a.exists-True {
|
||||||
|
opacity: 1;
|
||||||
|
}
|
||||||
|
tr td a.exists-False {
|
||||||
|
opacity: 0.1;
|
||||||
|
filter: grayscale(100%);
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
<link rel="stylesheet" href="{% static 'bootstrap.min.css' %}">
|
<link rel="stylesheet" href="{% static 'bootstrap.min.css' %}">
|
||||||
<link rel="stylesheet" href="{% static 'jquery.dataTables.min.css' %}" />
|
<link rel="stylesheet" href="{% static 'jquery.dataTables.min.css' %}" />
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue