2015-09-24 14:21:57 +02:00
|
|
|
/*! Icinga Web 2 | (c) 2013-2015 Icinga Development Team | GPLv2+ */
|
|
|
|
|
|
|
|
@border-left-width: 6px;
|
|
|
|
|
2015-09-28 17:06:23 +02:00
|
|
|
.count-col {
|
2015-10-28 13:15:42 +01:00
|
|
|
width: 4em;
|
2015-09-28 17:06:23 +02:00
|
|
|
}
|
|
|
|
|
2015-09-24 14:21:57 +02:00
|
|
|
.state-col {
|
|
|
|
&.state-ok,
|
2015-09-28 17:03:20 +02:00
|
|
|
&.state-up {
|
2015-09-24 14:21:57 +02:00
|
|
|
border-left: @border-left-width solid @color-ok;
|
|
|
|
}
|
|
|
|
|
2015-09-28 17:03:20 +02:00
|
|
|
&.state-pending {
|
2015-09-24 14:21:57 +02:00
|
|
|
border-left: @border-left-width solid @color-pending;
|
|
|
|
}
|
|
|
|
|
|
|
|
&.state-critical,
|
|
|
|
&.state-down {
|
2015-10-28 13:15:42 +01:00
|
|
|
background-color: @color-critical;
|
|
|
|
color: @text-color-inverted;
|
2015-09-28 17:03:20 +02:00
|
|
|
|
|
|
|
&.handled {
|
2015-10-28 13:15:42 +01:00
|
|
|
background-color: inherit;
|
|
|
|
color: inherit;
|
2015-09-28 17:03:20 +02:00
|
|
|
border-left: @border-left-width solid @color-critical-handled;
|
|
|
|
}
|
2015-09-24 14:21:57 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
&.state-warning {
|
2015-10-28 13:15:42 +01:00
|
|
|
background-color: @color-warning;
|
|
|
|
color: @text-color-inverted;
|
2015-09-28 17:03:20 +02:00
|
|
|
|
|
|
|
&.handled {
|
2015-10-28 13:15:42 +01:00
|
|
|
background-color: inherit;
|
|
|
|
color: inherit;
|
2015-09-28 17:03:20 +02:00
|
|
|
border-left: @border-left-width solid @color-warning-handled;
|
|
|
|
}
|
2015-09-24 14:21:57 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
&.state-unknown {
|
2015-10-28 13:15:42 +01:00
|
|
|
background-color: @color-warning;
|
|
|
|
color: @text-color-inverted;
|
2015-09-28 17:03:20 +02:00
|
|
|
|
|
|
|
&.handled {
|
2015-10-28 13:15:42 +01:00
|
|
|
background-color: inherit;
|
|
|
|
color: inherit;
|
2015-09-28 17:03:20 +02:00
|
|
|
border-left: @border-left-width solid @color-unknown-handled;
|
|
|
|
}
|
2015-09-24 14:21:57 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
&.state-unreachable {
|
2015-10-28 13:15:42 +01:00
|
|
|
background-color: @color-unreachable;
|
|
|
|
color: @text-color-inverted;
|
2015-09-28 17:03:20 +02:00
|
|
|
|
|
|
|
&.handled {
|
2015-10-28 13:15:42 +01:00
|
|
|
background-color: inherit;
|
|
|
|
color: inherit;
|
2015-09-28 17:03:20 +02:00
|
|
|
border-left: @border-left-width solid @color-unreachable-handled;
|
|
|
|
}
|
2015-09-24 14:21:57 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
* {
|
|
|
|
color: inherit;
|
|
|
|
}
|
|
|
|
|
|
|
|
text-align: center;
|
2015-10-28 14:14:41 +01:00
|
|
|
width: 8em;
|
2015-09-24 14:21:57 +02:00
|
|
|
}
|
2015-09-29 19:29:43 +02:00
|
|
|
|
2015-10-28 13:15:42 +01:00
|
|
|
.host-meta, .service-meta {
|
|
|
|
color: @text-color-light;
|
|
|
|
font-size: @font-size-small;
|
2015-09-29 19:29:43 +02:00
|
|
|
}
|
|
|
|
|
2015-10-28 13:15:42 +01:00
|
|
|
// Link to unhandled services in the hosts overview
|
|
|
|
.host-services-incidents {
|
|
|
|
color: @color-critical;
|
|
|
|
font-family: @font-family-wide;
|
|
|
|
font-size: @font-size-small;
|
|
|
|
}
|
|
|
|
|
2015-10-28 13:17:51 +01:00
|
|
|
// Plugin output in overviews
|
|
|
|
.overview-plugin-output {
|
|
|
|
color: @text-color-light;
|
|
|
|
font-family: @font-family-fixed;
|
|
|
|
font-size: @font-size-small;
|
|
|
|
}
|
|
|
|
|
2015-10-28 13:15:42 +01:00
|
|
|
.state-header {
|
|
|
|
.clearfix();
|
|
|
|
}
|
|
|
|
|
|
|
|
.state-icons {
|
|
|
|
float: right;
|
|
|
|
}
|
|
|
|
|
|
|
|
.state-label {
|
|
|
|
font-family: @font-family-wide;
|
|
|
|
font-size: @font-size-small;
|
|
|
|
letter-spacing: 1px;
|
2015-09-29 19:29:43 +02:00
|
|
|
}
|
|
|
|
|
2015-11-02 10:27:48 +01:00
|
|
|
.check-source-meta,
|
2015-10-28 13:15:42 +01:00
|
|
|
.state-meta {
|
|
|
|
font-size: @font-size-small;
|
2015-09-29 19:29:43 +02:00
|
|
|
}
|