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;
|
background-color: #e37329 !important;
|
||||||
color:#fff;
|
color:#fff;
|
||||||
}
|
}
|
||||||
|
/*
|
||||||
table.dataTable tr:hover {
|
table.dataTable tr:hover {
|
||||||
background-color: #F2F5FE !important;
|
background-color: #F2F5FE !important;
|
||||||
}
|
}
|
||||||
|
*/
|
||||||
th:first-child {
|
th:first-child {
|
||||||
border-radius: 3px 0 0 0;
|
border-radius: 3px 0 0 0;
|
||||||
border-left: none;
|
border-left: none;
|
||||||
|
@ -209,7 +209,7 @@
|
|||||||
$('#amount').focus();
|
$('#amount').focus();
|
||||||
@endif
|
@endif
|
||||||
|
|
||||||
$('input[type=radio').change(function(event) {
|
$('input[type=radio]').change(function(event) {
|
||||||
var val = $(event.target).val();
|
var val = $(event.target).val();
|
||||||
if (val == 'timer') {
|
if (val == 'timer') {
|
||||||
$('#datetime-details').hide();
|
$('#datetime-details').hide();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user