42 lines
1000 B
Plaintext
42 lines
1000 B
Plaintext
/*! Icinga Web 2 | (c) 2013-2015 Icinga Development Team | GPLv2+ */
|
|
|
|
/* Layout colors */
|
|
|
|
#sidebar {
|
|
background-color: #f9f9f9;
|
|
-moz-box-shadow: inset -0.3em 0 0.3em -0.3em #555;
|
|
-webkit-box-shadow: inset -0.3em 0 0.3em -0.3em #555;
|
|
box-shadow: inset -0.3em 0 0.3em -0.3em #555;
|
|
}
|
|
|
|
#header {
|
|
background-color: @colorPetrol;
|
|
color: #ddd;
|
|
color: #d0d0d0;
|
|
border-bottom: solid 1px;
|
|
}
|
|
|
|
#header input {
|
|
background-color: #777;
|
|
}
|
|
|
|
#main {
|
|
background-color: white;
|
|
}
|
|
|
|
#col1.impact, #col2.impact, #col3.impact {
|
|
background-color: #ddd;
|
|
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;
|
|
.controls {
|
|
background-color: #ddd;
|
|
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;
|
|
}
|
|
}
|
|
|