Feature: New Theme
New icon, theme, and fuzzy time. Add moment.js
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
|
||||
& > tbody > tr > td {
|
||||
border: solid 1px @TableDataBorderColour;
|
||||
background-color: #fff;
|
||||
background-color: @white;
|
||||
}
|
||||
|
||||
& > tbody > tr:nth-child(odd) > td {
|
||||
@@ -36,7 +36,7 @@
|
||||
td
|
||||
{
|
||||
border: solid 1px @TableDataDarkBorderColour;
|
||||
background-color: #fff;
|
||||
background-color: @white;
|
||||
}
|
||||
|
||||
th
|
||||
@@ -48,7 +48,7 @@
|
||||
|
||||
.tableDataContainer
|
||||
{
|
||||
background-color: #fff;
|
||||
background-color: @white;
|
||||
}
|
||||
|
||||
.tableDataVertical
|
||||
|
||||
Reference in New Issue
Block a user