[Web] change opacity of footable collapse toggle

This commit is contained in:
FreddleSpl0it 2022-05-06 08:52:44 +02:00
parent 5613134fed
commit 96b8054e6b
No known key found for this signature in database
GPG Key ID: F1B3BE8A3BBA3451

View File

@ -232,6 +232,9 @@ table.footable>tbody>tr.footable-empty>td {
font-style:italic;
font-size: 1rem;
}
table>tbody>tr>td>span.footable-toggle {
opacity: 0.75;
}
.navbar-nav > li {
font-size: 1rem !important;
}
@ -292,4 +295,5 @@ code {
padding: 0 5px 0 5px;
align-items: center;
display: inline-flex;
}
}