icingaweb2/public/css/icinga/main.less

36 lines
488 B
Plaintext

/*! Icinga Web 2 | (c) 2013-2015 Icinga Development Team | GPLv2+ */
.action-link {
color: @icinga-blue;
}
.action-table {
td {
padding: @vertical-padding @horizontal-padding;
}
tr {
&.active {
background-color: @gray-lighter;
}
&:hover {
background-color: @gray-lightest;
cursor: pointer;
}
}
}
.pull-left {
float: left;
}
.pull-right {
float: right;
}
.text-small {
color: @text-color-light;
font-size: @font-size-small;
}