diff --git a/resources/report/css/style.css b/resources/report/css/style.css index cb760430..25ace30f 100644 --- a/resources/report/css/style.css +++ b/resources/report/css/style.css @@ -198,9 +198,11 @@ td input { -webkit-user-select: none; cursor: move; } +#applySortButton, #cancelSortButton { + position: relative; + top: -4px; +} #applySortButton { - box-shadow: none; - outline: none; color: #4285f4; background-color: white; }