Dark mode improvements (#13141)

* Changes to dark theme.
- Tables with white background now has dark background.
- Listbox in searchbar now has dark background.

* Minor change to internal css to modify all tables without 'table' class applied. (view screenshot)

* -Transparency on mini graphs on ports

* bootgrid-table td.no-results now has dark background

* Changes suggested by @Talkabout
This commit is contained in:
Facundo Caselles
2021-08-21 15:06:13 -03:00
committed by GitHub
parent 1fcf58a7a4
commit 8bb6eec732
3 changed files with 20 additions and 6 deletions

View File

@@ -43,7 +43,7 @@ foreach (Application::query()->hasAccess(Auth::user())->with('device')->get()->s
$overlib_content = generate_overlib_content($graph_array, optional($app->device)->displayName() . ' - ' . $app->displayName() . $content_add);
echo "<div style='display: block; padding: 1px; padding-top: 3px; margin: 2px; min-width: " . $width_div . 'px; max-width:' . $width_div . "px; min-height:165px; max-height:165px;
text-align: center; float: left; background-color: #f5f5f5;'>";
text-align: center; float: left;'>";
echo \LibreNMS\Util\Url::overlibLink($overlib_url, $overlib_link, $overlib_content);
echo '</div>';
}//end foreach