mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-29 08:44:10 +02:00
monitoring/actions: adjust action link styling
This commit is contained in:
parent
9f035dd61a
commit
e0bec8644f
@ -39,5 +39,5 @@ if ($navigation->isEmpty() || ! $navigation->hasRenderableItems()) {
|
|||||||
?>
|
?>
|
||||||
<tr>
|
<tr>
|
||||||
<th><?= $this->translate('Actions'); ?></th>
|
<th><?= $this->translate('Actions'); ?></th>
|
||||||
<?= $navigation->getRenderer()->setElementTag('td')->setCssClass('actions'); ?>
|
<?= $navigation->getRenderer()->setElementTag('td')->setCssClass('actions go-ahead'); ?>
|
||||||
</tr>
|
</tr>
|
||||||
|
@ -444,7 +444,7 @@ form.instance-features span.description, form.object-features span.description {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.go-ahead > a {
|
.go-ahead a {
|
||||||
border-bottom: 1px @gray-light dotted;
|
border-bottom: 1px @gray-light dotted;
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
|
@ -33,6 +33,13 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.content .nav {
|
||||||
|
li > a,
|
||||||
|
li > span {
|
||||||
|
display: inline;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.tab-nav {
|
.tab-nav {
|
||||||
.clearfix();
|
.clearfix();
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user