Skip to content

Commit 0f1c047

Browse files
committed
bugfixes for darkmode
1 parent 9e67cb3 commit 0f1c047

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

templates/_extinfo_host_service_details.tt

+1-1
Original file line numberDiff line numberDiff line change
@@ -387,7 +387,7 @@ END
387387
<td class='pb-1'>[% pi_detail.$peer_key.peer_name %]</td>
388388
</tr>
389389
[% END %]
390-
<tr class="border-t">
390+
<tr class="border-t borderDefault">
391391
<th class='pt-1'>Active Checks</th>
392392
<td class='pt-1'>
393393
[% IF obj.checks_enabled %]

templates/main.tt

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
<h1>[% page_title %]</h1>
2222

23-
<div class="card w-full absolute top-0 left-0 rounded-none shadow-none border-t border-b borderDefault">
23+
<div class="card w-full absolute top-0 left-0 rounded-none shadow-none border-t border-b border-l-0 border-r-0 borderDefault view_tabs">
2424
<div class="head border-b-0 flexrow flex-nowrap gap-0 justify-between" id="view_tabs">
2525
<div class="ml-6 w-32">
2626
[% PROCESS _status_filter.tt entries="" show_substyle_selector=1 extra_params = [{ name => 'v', value => currentview.name }] %]

0 commit comments

Comments
 (0)