mirror of
https://github.com/Icinga/icingadb-web.git
synced 2026-04-15 21:59:47 -04:00
20 lines
353 B
Text
20 lines
353 B
Text
.object-detail-actions a {
|
|
border-bottom: 1px solid @gray-light;
|
|
display: inline-block;
|
|
margin-bottom: .25em;
|
|
|
|
.text-ellipsis();
|
|
max-width: 32em;
|
|
|
|
&:hover {
|
|
border-color: @icinga-blue-light;
|
|
color: @icinga-blue;
|
|
text-decoration: none;
|
|
}
|
|
}
|
|
|
|
ul.object-detail-actions {
|
|
list-style-type: none;
|
|
padding: 0;
|
|
margin: 0;
|
|
}
|