minor fix

This commit is contained in:
fbsanchez 2019-11-22 15:37:32 +01:00
parent d6ce54cddf
commit 8001ba0d41
1 changed files with 1 additions and 1 deletions

View File

@ -4989,6 +4989,7 @@ input:checked + .p-slider:before {
.action_buttons a,
.action_buttons input[type="image"] {
margin-right: 5px;
display: inline-block;
}
.action_buttons a:last-child,
@ -4998,7 +4999,6 @@ input:checked + .p-slider:before {
.action_buttons a:hover {
background-color: #fff;
display: inline-block;
border-radius: 4px;
}