Update: FontAwesome Pass 2

Removal of bitmap icons, replacing with vector based icons from
FontAwesome. Includes other UI style changes.
This commit is contained in:
Gary Sharp
2013-12-25 17:49:30 +11:00
parent 20263905f9
commit ab553a05cb
115 changed files with 1928 additions and 1707 deletions
+17 -17
View File
@@ -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;
}