2015-09-23 13:40:55 +02:00
|
|
|
/*! Icinga Web 2 | (c) 2013-2015 Icinga Development Team | GPLv2+ */
|
|
|
|
|
2015-09-23 14:04:07 +02:00
|
|
|
.action-link {
|
|
|
|
color: @icinga-blue;
|
|
|
|
}
|
|
|
|
|
2015-09-23 14:00:56 +02:00
|
|
|
.action-table {
|
|
|
|
tr:hover {
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2015-09-23 13:40:55 +02:00
|
|
|
.pull-left {
|
|
|
|
float: left;
|
|
|
|
}
|
|
|
|
|
|
|
|
.pull-right {
|
|
|
|
float: right;
|
|
|
|
}
|
2015-09-23 14:05:53 +02:00
|
|
|
|
|
|
|
.text-small {
|
|
|
|
font-size: @font-size-small;
|
|
|
|
color: @text-color-light;
|
|
|
|
}
|