Merge pull request #4575 from FreddleSpl0it/footable-override-css

[Web] change opacity of footable collapse toggle
This commit is contained in:
Niklas Meyer 2022-05-06 08:59:53 +02:00 committed by GitHub
commit df33ebb2a0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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;
}
}