Better timezone support on query and dropdowns/custom-timeframes.

This commit is contained in:
2023-03-14 17:01:43 -05:00
parent 984dce88d4
commit 94767bcbb3
8 changed files with 110 additions and 43 deletions

View File

@ -379,3 +379,8 @@ input[type="search"]::-webkit-search-results-decoration { display: none; }
padding-left: 0;
padding-right: 0;
}
.dashboardDropdownMenu #timeframe-form label
{
font-size: 0.875rem;
}