icingaweb2/public/css/icinga/main.less

73 lines
981 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;
}
.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: 120px;
}
}
.pull-left {
float: left;
}
.pull-right {
float: right;
}
2015-09-25 00:20:17 +02:00
.text-left {
text-align: left;
}
2015-09-24 11:57:24 +02:00
.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;
}
}