Feature: New Theme
New icon, theme, and fuzzy time. Add moment.js
This commit is contained in:
@@ -1,47 +1,47 @@
|
||||
.tableData {
|
||||
border: solid 1px #e8eef4;
|
||||
.tableData {
|
||||
border: solid 1px #f4f4f4;
|
||||
border-collapse: collapse;
|
||||
}
|
||||
.tableData > tbody > tr > td {
|
||||
border: solid 1px #e8eef4;
|
||||
background-color: #fff;
|
||||
border: solid 1px #f4f4f4;
|
||||
background-color: #ffffff;
|
||||
}
|
||||
.tableData > tbody > tr:nth-child(odd) > td {
|
||||
background-color: #fcfcfd;
|
||||
background-color: #fcfcfc;
|
||||
}
|
||||
.tableData > thead > tr > th,
|
||||
.tableData > tbody > tr > th {
|
||||
background-color: #e8eef4;
|
||||
border: solid 1px #e8eef4;
|
||||
background-color: #f4f4f4;
|
||||
border: solid 1px #f4f4f4;
|
||||
}
|
||||
.tableData > tbody > tr:hover > td {
|
||||
background-color: #e8eef4;
|
||||
background-color: #f4f4f4;
|
||||
}
|
||||
.tableData > tfoot > tr > th,
|
||||
.tableData > tfoot > tr > td {
|
||||
background-color: #e8eef4;
|
||||
background-color: #f4f4f4;
|
||||
}
|
||||
.tableDataDark {
|
||||
border: solid 1px #8db2d8;
|
||||
border: solid 1px #d8d8d8;
|
||||
border-collapse: collapse;
|
||||
}
|
||||
.tableDataDark td {
|
||||
border: solid 1px #8db2d8;
|
||||
background-color: #fff;
|
||||
border: solid 1px #d8d8d8;
|
||||
background-color: #ffffff;
|
||||
}
|
||||
.tableDataDark th {
|
||||
background-color: #8db2d8;
|
||||
border: solid 1px #8db2d8;
|
||||
background-color: #d8d8d8;
|
||||
border: solid 1px #d8d8d8;
|
||||
}
|
||||
.tableDataContainer {
|
||||
background-color: #fff;
|
||||
background-color: #ffffff;
|
||||
}
|
||||
.tableDataVertical {
|
||||
border: solid 1px #e8eef4;
|
||||
border: solid 1px #f4f4f4;
|
||||
border-collapse: collapse;
|
||||
}
|
||||
.tableDataVertical > tbody > tr:nth-child(odd) {
|
||||
background-color: #e8eef4;
|
||||
background-color: #f4f4f4;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user