aboutsummaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorGravatar maTh <math-home@web.de> 2022-09-18 18:29:33 +0200
committerGravatar GitHub <noreply@github.com> 2022-09-18 18:29:33 +0200
commit67ea2d16b7723719f7dc5aeeecc45a00605df20f (patch)
tree157f29ab78b105574ace03981aa3d94f87f69205 /app
parent7de5b93da49929072c2f984c2d78bb6865e1023d (diff)
Improved: Cleanup CSS of ".log" (#4594)
* themes css * Log Level CSS class improved * SCSS * RTL CSS
Diffstat (limited to 'app')
-rw-r--r--app/views/index/logs.phtml4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/index/logs.phtml b/app/views/index/logs.phtml
index a96ff66b5..f6a76b922 100644
--- a/app/views/index/logs.phtml
+++ b/app/views/index/logs.phtml
@@ -24,8 +24,8 @@
</thead>
<tbody>
<?php foreach ($items as $log) { ?>
- <tr class="log-item">
- <td class="log-<?= $log->level() ?>">
+ <tr class="log-item log-<?= $log->level() ?>">
+ <td class="log-level">
<?= _i($log->level()) ?>
</td>
<td class="log-date">