icingaweb2/public/css/icinga/main.less

42 lines
531 B
Plaintext
Raw Normal View History

/*! Icinga Web 2 | (c) 2013-2015 Icinga Development Team | GPLv2+ */
2015-09-23 14:04:07 +02:00
.action-link {
color: @icinga-blue;
}
.action-table {
tr {
&.active {
background-color: @gray-lighter;
}
&:hover {
background-color: @gray-lightest;
cursor: pointer;
}
}
}
2015-09-24 10:27:42 +02:00
.clearfix:after {
clear: both;
content: "";
display: table;
}
.pull-left {
float: left;
}
.pull-right {
float: right;
}
2015-09-24 11:57:24 +02:00
.text-right {
text-align: right;
}
.text-small {
color: @text-color-light;
font-size: @font-size-small;
}