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;
|
||||
border: solid 1px #f4f4f4;
|
||||
background-color: #fff;
|
||||
}
|
||||
.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;
|
||||
border: solid 1px #d8d8d8;
|
||||
background-color: #fff;
|
||||
}
|
||||
.tableDataDark th {
|
||||
background-color: #8db2d8;
|
||||
border: solid 1px #8db2d8;
|
||||
background-color: #d8d8d8;
|
||||
border: solid 1px #d8d8d8;
|
||||
}
|
||||
.tableDataContainer {
|
||||
background-color: #fff;
|
||||
}
|
||||
.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;
|
||||
}
|
||||
@@ -144,7 +144,7 @@
|
||||
|
||||
border-radius: 0;
|
||||
background-image: none;
|
||||
background-color: #fff;
|
||||
background-color: #ffffff;
|
||||
border: none;
|
||||
padding: 0;
|
||||
}
|
||||
@@ -198,7 +198,7 @@
|
||||
margin-top: -24px;
|
||||
}
|
||||
#UserDetailTab-Authorization #UserDetailTab-AuthorizationContainer {
|
||||
background-color: #fff;
|
||||
background-color: #ffffff;
|
||||
border: 1px solid #cccccc;
|
||||
}
|
||||
#UserDetailTab-Authorization #UserDetailTab-Authorization_ClaimsTree_Container {
|
||||
@@ -266,7 +266,7 @@
|
||||
#userShowResources #Attachments {
|
||||
padding: 0;
|
||||
border: 1px solid #cccccc;
|
||||
background-color: #fff;
|
||||
background-color: #ffffff;
|
||||
}
|
||||
#userShowResources #Attachments div.attachmentOutput {
|
||||
height: 115px;
|
||||
@@ -281,8 +281,8 @@
|
||||
padding: 2px;
|
||||
margin: 2px;
|
||||
font-size: 0.9em;
|
||||
border: 1px solid #fff;
|
||||
color: #000;
|
||||
border: 1px solid #ffffff;
|
||||
color: #000000;
|
||||
text-decoration: none;
|
||||
}
|
||||
#userShowResources #Attachments div.attachmentOutput > a span.comments,
|
||||
@@ -339,7 +339,7 @@
|
||||
#userShowResources #Attachments div.attachmentInput {
|
||||
border-top: 1px solid #cccccc;
|
||||
height: 40px;
|
||||
background-color: #fff;
|
||||
background-color: #ffffff;
|
||||
padding: 3px;
|
||||
}
|
||||
#userShowResources #Attachments div.attachmentInput span.action {
|
||||
@@ -349,7 +349,7 @@
|
||||
width: 32px;
|
||||
cursor: pointer;
|
||||
float: right;
|
||||
border: 1px solid #fff;
|
||||
border: 1px solid #ffffff;
|
||||
padding: 3px;
|
||||
background-repeat: no-repeat;
|
||||
background-position: 2px 3px;
|
||||
@@ -369,7 +369,7 @@
|
||||
}
|
||||
#User_Show_Details_Actions_CreateJob_Dialog #CreateJob_Assignments {
|
||||
margin-top: 6px;
|
||||
background-color: #fff;
|
||||
background-color: #ffffff;
|
||||
line-height: 1.3em;
|
||||
border: 1px solid #ddd;
|
||||
}
|
||||
@@ -382,7 +382,7 @@
|
||||
border-bottom: 1px dashed #ddd;
|
||||
}
|
||||
#User_Show_Details_Actions_CreateJob_Dialog #CreateJob_Assignments li.CreateJob_Assignment:hover {
|
||||
background-color: #e8eef4;
|
||||
background-color: #f4f4f4;
|
||||
}
|
||||
#User_Show_Details_Actions_CreateJob_Dialog #CreateJob_Assignments li.CreateJob_Assignment td:first-child {
|
||||
width: 90px;
|
||||
|
||||
Reference in New Issue
Block a user