Skip to content

Commit 8eaee93

Browse files
christoph2497Thomas-Gelf
authored andcommitted
fix styling of button
1 parent 05753f3 commit 8eaee93

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

library/Eventtracker/Web/Table/ChannelRulesTable.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ protected function deleteButton($key): InstanceInlineForm
156156
protected function editButton($key, $modifier, $checksum): Link
157157
{
158158
$link = Link::create(
159-
Icon::create('edit', ['class' => 'icon-button', 'color' => 'red']),
159+
Icon::create('edit', ['class' => 'icon-button']),
160160
'eventtracker/configuration/channelrules',
161161
[
162162
'uuid' => $this->url->getParam('uuid'),

public/css/module.less

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -735,8 +735,22 @@ table.common-table table.Differences {
735735

736736
#channel-rules-table {
737737
> tbody > tr > td:last-of-type {
738+
input {
739+
margin-right: 0.2em;
740+
}
738741
text-align: right;
739742
min-width: 8em;
743+
a {
744+
color: @icinga-blue;
745+
padding-left: 0.2em ;
746+
display: inline-block;
747+
margin-right: 0.2em;
748+
}
749+
a:hover {
750+
color: @text-color-inverted;
751+
background: @icinga-blue;
752+
border-radius: 3px;
753+
}
740754
}
741755
}
742756
td.collapsible-table-row {

0 commit comments

Comments
 (0)