mirror of
https://github.com/Doctorado-ML/benchmark.git
synced 2025-08-16 07:55:54 +00:00
1.6 KiB
1.6 KiB
<html>
<head>
<style>
.alternate-font {
font-family: Arial;
}
tbody {
font-family: Courier;
}
#file-table tbody tr.selected td {
background-color: #0dcaf0;
color: white;
}
#report-table tbody tr.selected td {
background-color: #0dcaf0;
color: white;
}
.btn-small {
padding: 0.25rem 0.5rem;
font-size: 0.75rem;
}
.ajaxLoading {
cursor: progress !important;
}
</style>
</head>
{% block content %} {% endblock %}
<script src="https://code.jquery.com/jquery-3.6.0.min.js"></script>
{% block jscript %} {% endblock %}
</html>