mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-29 08:44:10 +02:00
solarized-dark: Let the dashboard settings look less weird
This commit is contained in:
parent
359d7f735b
commit
6e5353fd50
@ -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(
|
||||||
|
@ -30,7 +30,11 @@ table.action {
|
|||||||
}
|
}
|
||||||
|
|
||||||
table.avp {
|
table.avp {
|
||||||
.name-value-table()
|
.name-value-table();
|
||||||
|
|
||||||
|
tbody th {
|
||||||
|
background-color: #f1f1f1;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.code() {
|
.code() {
|
||||||
|
@ -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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user