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

38 lines
821 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 {
2015-09-22 17:33:02 +02:00
background-color: @gray-lighter;
2014-02-18 19:39:54 +01:00
}
#header {
background-color: @icinga-blue;
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;
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
}
}