/*! 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; } .name-value-table { border-spacing: @vertical-padding 0; line-height: @line-height; th { .text-left(); .text-small(); // Reset default font-weight font-weight: normal; width: 200px; } } .pull-left { float: left; } .pull-right { float: right; } .text-left { text-align: left; } .text-right { text-align: right; } .text-small { color: @text-color-light; font-size: @font-size-small; } button.link, input[type="submit"].link { // Reset defaults background: none; border: none; padding: 0; font-weight: @font-weight-bold; &:hover { text-decoration: underline; } }