From 0ebd503899b84cc6f9f7679cdc5f8904f20e85c7 Mon Sep 17 00:00:00 2001 From: Hillel Coren Date: Sun, 7 Jun 2015 11:43:34 +0300 Subject: [PATCH] Minor bug fixes --- public/css/style.css | 2 ++ resources/views/tasks/edit.blade.php | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) 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();