2015-02-04 10:46:36 +01:00
|
|
|
/*! Icinga Web 2 | (c) 2013-2015 Icinga Development Team | GPLv2+ */
|
2014-07-15 13:39:22 +02:00
|
|
|
|
2014-02-18 19:39:54 +01:00
|
|
|
/* Layout colors */
|
|
|
|
|
|
|
|
#sidebar {
|
2015-09-22 17:33:02 +02:00
|
|
|
background-color: @gray-lighter;
|
2014-02-18 19:39:54 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
#header {
|
2015-09-19 21:57:02 +02:00
|
|
|
background-color: @icinga-blue;
|
2014-02-25 11:06:52 +01:00
|
|
|
color: #ddd;
|
2014-02-18 19:39:54 +01:00
|
|
|
color: #d0d0d0;
|
|
|
|
}
|
|
|
|
|
|
|
|
#header input {
|
|
|
|
background-color: #777;
|
|
|
|
}
|
|
|
|
|
|
|
|
#main {
|
|
|
|
background-color: white;
|
|
|
|
}
|
|
|
|
|
|
|
|
#col1.impact, #col2.impact, #col3.impact {
|
|
|
|
background-color: #ddd;
|
2014-05-20 17:19:00 +02:00
|
|
|
transition: background-color 2s 1s linear;
|
|
|
|
-moz-transition: background-color 2s 1s linear;
|
|
|
|
-o-transition: background-color 2s 1s linear;
|
|
|
|
-webkit-transition: background-color 2s 1s linear;
|
2014-02-18 19:39:54 +01:00
|
|
|
.controls {
|
|
|
|
background-color: #ddd;
|
2014-05-20 17:19:00 +02:00
|
|
|
transition: background-color 2s 1s linear;
|
|
|
|
-moz-transition: background-color 2s 1s linear;
|
|
|
|
-o-transition: background-color 2s 1s linear;
|
|
|
|
-webkit-transition: background-color 2s 1s linear;
|
2014-02-18 19:39:54 +01:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|