mirror of
https://github.com/Doctorado-ML/beflask.git
synced 2025-08-15 15:15:52 +00:00
56 lines
772 B
CSS
56 lines
772 B
CSS
.alternate-font {
|
|
font-family: Arial;
|
|
}
|
|
|
|
tbody {
|
|
font-family: Courier;
|
|
}
|
|
|
|
.tag {
|
|
cursor: pointer;
|
|
}
|
|
|
|
.ajaxLoading {
|
|
cursor: progress !important;
|
|
}
|
|
|
|
#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;
|
|
}
|
|
|
|
body {
|
|
padding-bottom: 35px;
|
|
padding-top: 70px;
|
|
background-color: #ffb878;
|
|
}
|
|
|
|
.navbar-custom {
|
|
height: 30px;
|
|
}
|
|
.pie{
|
|
color: white;
|
|
font-size: 0.7rem;
|
|
padding-left: 0.5rem;
|
|
}
|
|
|
|
.nav-benchmark{
|
|
color:yellow;
|
|
}
|
|
|
|
.custom-popover {
|
|
--bs-popover-border-color: var(--bs-primary);
|
|
--bs-popover-header-bg: var(--bs-primary);
|
|
--bs-popover-header-color: var(--bs-white);
|
|
}
|