Minor bug fixes
This commit is contained in:
parent
77c90ad21f
commit
0ebd503899
2 changed files with 3 additions and 1 deletions
2
public/css/style.css
vendored
2
public/css/style.css
vendored
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue