Files
benchmark/benchmark/scripts/app/templates/base_bootstrap.html

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>