/*! Icinga Web 2 | (c) 2013-2015 Icinga Development Team | GPLv2+ */ .action-link { color: @icinga-blue; } .action-table { 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; }