icingaweb2/public/css/icinga/layout-colors.less

42 lines
1000 B
Plaintext
Raw Normal View History

/*! Icinga Web 2 | (c) 2013-2015 Icinga Development Team | GPLv2+ */
2014-02-18 19:39:54 +01:00
/* Layout colors */
#sidebar {
background-color: #f9f9f9;
2014-11-06 01:29:19 +01:00
-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;
2014-02-18 19:39:54 +01:00
}
#header {
background-color: @colorPetrol;
color: #ddd;
2014-02-18 19:39:54 +01:00
color: #d0d0d0;
2014-11-06 00:09:14 +01:00
border-bottom: solid 1px;
2014-02-18 19:39:54 +01:00
}
#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;
2014-02-18 19:39:54 +01:00
.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;
2014-02-18 19:39:54 +01:00
}
}