|
@@ -21,7 +21,7 @@ table.dataTable tfoot th {
|
|
|
table.dataTable thead th,
|
|
|
table.dataTable thead td {
|
|
|
padding: 10px 18px;
|
|
|
- border-bottom: 1px solid #111111;
|
|
|
+ border-bottom: 1px solid #111;
|
|
|
}
|
|
|
table.dataTable thead th:active,
|
|
|
table.dataTable thead td:active {
|
|
@@ -30,7 +30,7 @@ table.dataTable thead td:active {
|
|
|
table.dataTable tfoot th,
|
|
|
table.dataTable tfoot td {
|
|
|
padding: 10px 18px 6px 18px;
|
|
|
- border-top: 1px solid #111111;
|
|
|
+ border-top: 1px solid #111;
|
|
|
}
|
|
|
table.dataTable thead .sorting,
|
|
|
table.dataTable thead .sorting_asc,
|
|
@@ -62,17 +62,17 @@ table.dataTable thead .sorting_desc_disabled {
|
|
|
background-image: url("../images/sort_desc_disabled.png");
|
|
|
}
|
|
|
table.dataTable tbody tr {
|
|
|
- background-color: white;
|
|
|
+ background-color: #ffffff;
|
|
|
}
|
|
|
table.dataTable tbody tr.selected {
|
|
|
- background-color: #b0bed9;
|
|
|
+ background-color: #B0BED9;
|
|
|
}
|
|
|
table.dataTable tbody th,
|
|
|
table.dataTable tbody td {
|
|
|
padding: 8px 10px;
|
|
|
}
|
|
|
table.dataTable.row-border tbody th, table.dataTable.row-border tbody td, table.dataTable.display tbody th, table.dataTable.display tbody td {
|
|
|
- border-top: 1px solid #dddddd;
|
|
|
+ border-top: 1px solid #ddd;
|
|
|
}
|
|
|
table.dataTable.row-border tbody tr:first-child th,
|
|
|
table.dataTable.row-border tbody tr:first-child td, table.dataTable.display tbody tr:first-child th,
|
|
@@ -80,12 +80,12 @@ table.dataTable.display tbody tr:first-child td {
|
|
|
border-top: none;
|
|
|
}
|
|
|
table.dataTable.cell-border tbody th, table.dataTable.cell-border tbody td {
|
|
|
- border-top: 1px solid #dddddd;
|
|
|
- border-right: 1px solid #dddddd;
|
|
|
+ border-top: 1px solid #ddd;
|
|
|
+ border-right: 1px solid #ddd;
|
|
|
}
|
|
|
table.dataTable.cell-border tbody tr th:first-child,
|
|
|
table.dataTable.cell-border tbody tr td:first-child {
|
|
|
- border-left: 1px solid #dddddd;
|
|
|
+ border-left: 1px solid #ddd;
|
|
|
}
|
|
|
table.dataTable.cell-border tbody tr:first-child th,
|
|
|
table.dataTable.cell-border tbody tr:first-child td {
|
|
@@ -97,18 +97,10 @@ table.dataTable.stripe tbody tr.odd, table.dataTable.display tbody tr.odd {
|
|
|
table.dataTable.stripe tbody tr.odd.selected, table.dataTable.display tbody tr.odd.selected {
|
|
|
background-color: #abb9d3;
|
|
|
}
|
|
|
-table.dataTable.hover tbody tr:hover,
|
|
|
-table.dataTable.hover tbody tr.odd:hover,
|
|
|
-table.dataTable.hover tbody tr.even:hover, table.dataTable.display tbody tr:hover,
|
|
|
-table.dataTable.display tbody tr.odd:hover,
|
|
|
-table.dataTable.display tbody tr.even:hover {
|
|
|
+table.dataTable.hover tbody tr:hover, table.dataTable.display tbody tr:hover {
|
|
|
background-color: whitesmoke;
|
|
|
}
|
|
|
-table.dataTable.hover tbody tr:hover.selected,
|
|
|
-table.dataTable.hover tbody tr.odd:hover.selected,
|
|
|
-table.dataTable.hover tbody tr.even:hover.selected, table.dataTable.display tbody tr:hover.selected,
|
|
|
-table.dataTable.display tbody tr.odd:hover.selected,
|
|
|
-table.dataTable.display tbody tr.even:hover.selected {
|
|
|
+table.dataTable.hover tbody tr:hover.selected, table.dataTable.display tbody tr:hover.selected {
|
|
|
background-color: #a9b7d1;
|
|
|
}
|
|
|
table.dataTable.order-column tbody tr > .sorting_1,
|
|
@@ -161,50 +153,26 @@ table.dataTable.display tbody tr.even.selected > .sorting_2, table.dataTable.ord
|
|
|
table.dataTable.display tbody tr.even.selected > .sorting_3, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_3 {
|
|
|
background-color: #afbdd8;
|
|
|
}
|
|
|
-table.dataTable.display tbody tr:hover > .sorting_1,
|
|
|
-table.dataTable.display tbody tr.odd:hover > .sorting_1,
|
|
|
-table.dataTable.display tbody tr.even:hover > .sorting_1, table.dataTable.order-column.hover tbody tr:hover > .sorting_1,
|
|
|
-table.dataTable.order-column.hover tbody tr.odd:hover > .sorting_1,
|
|
|
-table.dataTable.order-column.hover tbody tr.even:hover > .sorting_1 {
|
|
|
+table.dataTable.display tbody tr:hover > .sorting_1, table.dataTable.order-column.hover tbody tr:hover > .sorting_1 {
|
|
|
background-color: #eaeaea;
|
|
|
}
|
|
|
-table.dataTable.display tbody tr:hover > .sorting_2,
|
|
|
-table.dataTable.display tbody tr.odd:hover > .sorting_2,
|
|
|
-table.dataTable.display tbody tr.even:hover > .sorting_2, table.dataTable.order-column.hover tbody tr:hover > .sorting_2,
|
|
|
-table.dataTable.order-column.hover tbody tr.odd:hover > .sorting_2,
|
|
|
-table.dataTable.order-column.hover tbody tr.even:hover > .sorting_2 {
|
|
|
+table.dataTable.display tbody tr:hover > .sorting_2, table.dataTable.order-column.hover tbody tr:hover > .sorting_2 {
|
|
|
background-color: #ebebeb;
|
|
|
}
|
|
|
-table.dataTable.display tbody tr:hover > .sorting_3,
|
|
|
-table.dataTable.display tbody tr.odd:hover > .sorting_3,
|
|
|
-table.dataTable.display tbody tr.even:hover > .sorting_3, table.dataTable.order-column.hover tbody tr:hover > .sorting_3,
|
|
|
-table.dataTable.order-column.hover tbody tr.odd:hover > .sorting_3,
|
|
|
-table.dataTable.order-column.hover tbody tr.even:hover > .sorting_3 {
|
|
|
+table.dataTable.display tbody tr:hover > .sorting_3, table.dataTable.order-column.hover tbody tr:hover > .sorting_3 {
|
|
|
background-color: #eeeeee;
|
|
|
}
|
|
|
-table.dataTable.display tbody tr:hover.selected > .sorting_1,
|
|
|
-table.dataTable.display tbody tr.odd:hover.selected > .sorting_1,
|
|
|
-table.dataTable.display tbody tr.even:hover.selected > .sorting_1, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_1,
|
|
|
-table.dataTable.order-column.hover tbody tr.odd:hover.selected > .sorting_1,
|
|
|
-table.dataTable.order-column.hover tbody tr.even:hover.selected > .sorting_1 {
|
|
|
+table.dataTable.display tbody tr:hover.selected > .sorting_1, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_1 {
|
|
|
background-color: #a1aec7;
|
|
|
}
|
|
|
-table.dataTable.display tbody tr:hover.selected > .sorting_2,
|
|
|
-table.dataTable.display tbody tr.odd:hover.selected > .sorting_2,
|
|
|
-table.dataTable.display tbody tr.even:hover.selected > .sorting_2, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_2,
|
|
|
-table.dataTable.order-column.hover tbody tr.odd:hover.selected > .sorting_2,
|
|
|
-table.dataTable.order-column.hover tbody tr.even:hover.selected > .sorting_2 {
|
|
|
+table.dataTable.display tbody tr:hover.selected > .sorting_2, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_2 {
|
|
|
background-color: #a2afc8;
|
|
|
}
|
|
|
-table.dataTable.display tbody tr:hover.selected > .sorting_3,
|
|
|
-table.dataTable.display tbody tr.odd:hover.selected > .sorting_3,
|
|
|
-table.dataTable.display tbody tr.even:hover.selected > .sorting_3, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_3,
|
|
|
-table.dataTable.order-column.hover tbody tr.odd:hover.selected > .sorting_3,
|
|
|
-table.dataTable.order-column.hover tbody tr.even:hover.selected > .sorting_3 {
|
|
|
+table.dataTable.display tbody tr:hover.selected > .sorting_3, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_3 {
|
|
|
background-color: #a4b2cb;
|
|
|
}
|
|
|
table.dataTable.no-footer {
|
|
|
- border-bottom: 1px solid #111111;
|
|
|
+ border-bottom: 1px solid #111;
|
|
|
}
|
|
|
table.dataTable.nowrap th, table.dataTable.nowrap td {
|
|
|
white-space: nowrap;
|
|
@@ -340,24 +308,24 @@ table.dataTable td {
|
|
|
text-decoration: none !important;
|
|
|
cursor: pointer;
|
|
|
*cursor: hand;
|
|
|
- color: #333333 !important;
|
|
|
+ color: #333 !important;
|
|
|
border: 1px solid transparent;
|
|
|
}
|
|
|
.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
|
|
|
- color: #333333 !important;
|
|
|
+ color: #333 !important;
|
|
|
border: 1px solid #cacaca;
|
|
|
background-color: white;
|
|
|
- background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, gainsboro));
|
|
|
+ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, #dcdcdc));
|
|
|
/* Chrome,Safari4+ */
|
|
|
- background: -webkit-linear-gradient(top, white 0%, gainsboro 100%);
|
|
|
+ background: -webkit-linear-gradient(top, white 0%, #dcdcdc 100%);
|
|
|
/* Chrome10+,Safari5.1+ */
|
|
|
- background: -moz-linear-gradient(top, white 0%, gainsboro 100%);
|
|
|
+ background: -moz-linear-gradient(top, white 0%, #dcdcdc 100%);
|
|
|
/* FF3.6+ */
|
|
|
- background: -ms-linear-gradient(top, white 0%, gainsboro 100%);
|
|
|
+ background: -ms-linear-gradient(top, white 0%, #dcdcdc 100%);
|
|
|
/* IE10+ */
|
|
|
- background: -o-linear-gradient(top, white 0%, gainsboro 100%);
|
|
|
+ background: -o-linear-gradient(top, white 0%, #dcdcdc 100%);
|
|
|
/* Opera 11.10+ */
|
|
|
- background: linear-gradient(to bottom, white 0%, gainsboro 100%);
|
|
|
+ background: linear-gradient(to bottom, white 0%, #dcdcdc 100%);
|
|
|
/* W3C */
|
|
|
}
|
|
|
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
|
|
@@ -369,19 +337,19 @@ table.dataTable td {
|
|
|
}
|
|
|
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
|
|
|
color: white !important;
|
|
|
- border: 1px solid #111111;
|
|
|
+ border: 1px solid #111;
|
|
|
background-color: #585858;
|
|
|
- background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #585858), color-stop(100%, #111111));
|
|
|
+ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #585858), color-stop(100%, #111));
|
|
|
/* Chrome,Safari4+ */
|
|
|
- background: -webkit-linear-gradient(top, #585858 0%, #111111 100%);
|
|
|
+ background: -webkit-linear-gradient(top, #585858 0%, #111 100%);
|
|
|
/* Chrome10+,Safari5.1+ */
|
|
|
- background: -moz-linear-gradient(top, #585858 0%, #111111 100%);
|
|
|
+ background: -moz-linear-gradient(top, #585858 0%, #111 100%);
|
|
|
/* FF3.6+ */
|
|
|
- background: -ms-linear-gradient(top, #585858 0%, #111111 100%);
|
|
|
+ background: -ms-linear-gradient(top, #585858 0%, #111 100%);
|
|
|
/* IE10+ */
|
|
|
- background: -o-linear-gradient(top, #585858 0%, #111111 100%);
|
|
|
+ background: -o-linear-gradient(top, #585858 0%, #111 100%);
|
|
|
/* Opera 11.10+ */
|
|
|
- background: linear-gradient(to bottom, #585858 0%, #111111 100%);
|
|
|
+ background: linear-gradient(to bottom, #585858 0%, #111 100%);
|
|
|
/* W3C */
|
|
|
}
|
|
|
.dataTables_wrapper .dataTables_paginate .paginate_button:active {
|
|
@@ -434,7 +402,7 @@ table.dataTable td {
|
|
|
.dataTables_wrapper .dataTables_info,
|
|
|
.dataTables_wrapper .dataTables_processing,
|
|
|
.dataTables_wrapper .dataTables_paginate {
|
|
|
- color: #333333;
|
|
|
+ color: #333;
|
|
|
}
|
|
|
.dataTables_wrapper .dataTables_scroll {
|
|
|
clear: both;
|
|
@@ -451,7 +419,7 @@ table.dataTable td {
|
|
|
padding: 0 !important;
|
|
|
}
|
|
|
.dataTables_wrapper.no-footer .dataTables_scrollBody {
|
|
|
- border-bottom: 1px solid #111111;
|
|
|
+ border-bottom: 1px solid #111;
|
|
|
}
|
|
|
.dataTables_wrapper.no-footer div.dataTables_scrollHead table,
|
|
|
.dataTables_wrapper.no-footer div.dataTables_scrollBody table {
|