51 lines
650 B
Plaintext
51 lines
650 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;
|
|
}
|
|
}
|
|
}
|
|
|
|
.clearfix:after {
|
|
clear: both;
|
|
content: "";
|
|
display: table;
|
|
}
|
|
|
|
.pull-left {
|
|
float: left;
|
|
}
|
|
|
|
.pull-right {
|
|
float: right;
|
|
}
|
|
|
|
.text-right {
|
|
text-align: right;
|
|
}
|
|
|
|
.text-small {
|
|
color: @text-color-light;
|
|
font-size: @font-size-small;
|
|
|
|
a {
|
|
color: inherit;
|
|
font-size: inherit;
|
|
}
|
|
}
|