mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-07 22:24:29 -04:00
Change alt row color in client portal
This commit is contained in:
parent
54d79572b3
commit
d42fe69238
2
public/css/built.public.css
vendored
2
public/css/built.public.css
vendored
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
5
resources/assets/css/public.style.css
vendored
5
resources/assets/css/public.style.css
vendored
@ -187,6 +187,9 @@ table.dataTable { border-radius: 3px; border-collapse: collapse;
|
|||||||
table.dataTable thead > tr > th, table.invoice-table thead > tr > th {
|
table.dataTable thead > tr > th, table.invoice-table thead > tr > th {
|
||||||
color:#fff;
|
color:#fff;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
table.da
|
||||||
|
|
||||||
th:first-child {
|
th:first-child {
|
||||||
border-radius: 3px 0 0 0;
|
border-radius: 3px 0 0 0;
|
||||||
border-left: none;
|
border-left: none;
|
||||||
@ -213,7 +216,7 @@ table.dataTable.no-footer {
|
|||||||
}
|
}
|
||||||
.table-striped>tbody>tr:nth-child(odd)>td,
|
.table-striped>tbody>tr:nth-child(odd)>td,
|
||||||
.table-striped>tbody>tr:nth-child(odd)>th {
|
.table-striped>tbody>tr:nth-child(odd)>th {
|
||||||
background-color: #FDFDFD;
|
background-color: #f9f9f9;
|
||||||
}
|
}
|
||||||
table.table thead .sorting_asc {
|
table.table thead .sorting_asc {
|
||||||
background: url('../images/sort_asc.png') no-repeat 90% 50%;
|
background: url('../images/sort_asc.png') no-repeat 90% 50%;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user