solarized-dark: Let the dashboard settings look less weird
This commit is contained in:
parent
359d7f735b
commit
6e5353fd50
|
@ -19,7 +19,7 @@
|
|||
<tbody>
|
||||
<?php foreach ($this->dashboard->getPanes() as $pane): ?>
|
||||
<?php if ($pane->getDisabled()) continue; ?>
|
||||
<tr style="background-color: #f1f1f1;">
|
||||
<tr>
|
||||
<th colspan="2" style="text-align: left; padding: 0.5em;">
|
||||
<?php if ($pane->isUserWidget()): ?>
|
||||
<?= $this->qlink(
|
||||
|
|
|
@ -30,7 +30,11 @@ table.action {
|
|||
}
|
||||
|
||||
table.avp {
|
||||
.name-value-table()
|
||||
.name-value-table();
|
||||
|
||||
tbody th {
|
||||
background-color: #f1f1f1;
|
||||
}
|
||||
}
|
||||
|
||||
.code() {
|
||||
|
|
|
@ -211,6 +211,10 @@ textarea {
|
|||
text-decoration: underline;
|
||||
}
|
||||
|
||||
table.avp tbody th {
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
.icinga-module.module-monitoring {
|
||||
@timeline-notification-color: #1650CF;
|
||||
@timeline-hard-state-color: #A24600;
|
||||
|
|
Loading…
Reference in New Issue