diff --git a/public/css/style.css b/public/css/style.css index f27e50ed1aae..c8ec73d51825 100644 --- a/public/css/style.css +++ b/public/css/style.css @@ -65,9 +65,11 @@ table.dataTable thead > tr > th, table.invoice-table thead > tr > th { background-color: #e37329 !important; color:#fff; } +/* table.dataTable tr:hover { background-color: #F2F5FE !important; } +*/ th:first-child { border-radius: 3px 0 0 0; border-left: none; diff --git a/resources/views/tasks/edit.blade.php b/resources/views/tasks/edit.blade.php index ec7419ac8764..c7e1c9e1fe86 100644 --- a/resources/views/tasks/edit.blade.php +++ b/resources/views/tasks/edit.blade.php @@ -209,7 +209,7 @@ $('#amount').focus(); @endif - $('input[type=radio').change(function(event) { + $('input[type=radio]').change(function(event) { var val = $(event.target).val(); if (val == 'timer') { $('#datetime-details').hide();