Minor bug fixes

This commit is contained in:
Hillel Coren 2015-06-07 11:43:34 +03:00
parent 77c90ad21f
commit 0ebd503899
2 changed files with 3 additions and 1 deletions

View File

@ -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;

View File

@ -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();