mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Minor bug fixes
This commit is contained in:
parent
77c90ad21f
commit
0ebd503899
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…
x
Reference in New Issue
Block a user