solarized-dark: Let the dashboard settings look less weird

This commit is contained in:
Johannes Meyer 2019-08-12 11:17:12 +02:00
parent 359d7f735b
commit 6e5353fd50
3 changed files with 10 additions and 2 deletions

View File

@ -19,7 +19,7 @@
<tbody> <tbody>
<?php foreach ($this->dashboard->getPanes() as $pane): ?> <?php foreach ($this->dashboard->getPanes() as $pane): ?>
<?php if ($pane->getDisabled()) continue; ?> <?php if ($pane->getDisabled()) continue; ?>
<tr style="background-color: #f1f1f1;"> <tr>
<th colspan="2" style="text-align: left; padding: 0.5em;"> <th colspan="2" style="text-align: left; padding: 0.5em;">
<?php if ($pane->isUserWidget()): ?> <?php if ($pane->isUserWidget()): ?>
<?= $this->qlink( <?= $this->qlink(

View File

@ -30,7 +30,11 @@ table.action {
} }
table.avp { table.avp {
.name-value-table() .name-value-table();
tbody th {
background-color: #f1f1f1;
}
} }
.code() { .code() {

View File

@ -211,6 +211,10 @@ textarea {
text-decoration: underline; text-decoration: underline;
} }
table.avp tbody th {
background-color: transparent;
}
.icinga-module.module-monitoring { .icinga-module.module-monitoring {
@timeline-notification-color: #1650CF; @timeline-notification-color: #1650CF;
@timeline-hard-state-color: #A24600; @timeline-hard-state-color: #A24600;