Feature: New Theme
New icon, theme, and fuzzy time. Add moment.js
This commit is contained in:
@@ -95,7 +95,7 @@
|
||||
/*jQuery Tab Extensions*/
|
||||
border-radius: 0;
|
||||
background-image: none;
|
||||
background-color: #fff;
|
||||
background-color: @white;
|
||||
border: none;
|
||||
padding: 0;
|
||||
|
||||
@@ -163,7 +163,7 @@
|
||||
|
||||
#UserDetailTab-Authorization {
|
||||
#UserDetailTab-AuthorizationContainer {
|
||||
background-color: #fff;
|
||||
background-color: @white;
|
||||
border: 1px solid @SubtleBorderColour;
|
||||
}
|
||||
|
||||
@@ -254,7 +254,7 @@
|
||||
#Attachments {
|
||||
padding: 0;
|
||||
border: 1px solid @SubtleBorderColour;
|
||||
background-color: #fff;
|
||||
background-color: @white;
|
||||
|
||||
div.attachmentOutput {
|
||||
height: 115px;
|
||||
@@ -269,8 +269,8 @@
|
||||
padding: 2px;
|
||||
margin: 2px;
|
||||
font-size: 0.9em;
|
||||
border: 1px solid #fff;
|
||||
color: #000;
|
||||
border: 1px solid @white;
|
||||
color: @black;
|
||||
text-decoration: none;
|
||||
|
||||
span.comments, span.author, span.timestamp {
|
||||
@@ -335,7 +335,7 @@
|
||||
div.attachmentInput {
|
||||
border-top: 1px solid @SubtleBorderColour;
|
||||
height: 40px;
|
||||
background-color: #fff;
|
||||
background-color: @white;
|
||||
padding: 3px;
|
||||
|
||||
span.action {
|
||||
@@ -345,7 +345,7 @@
|
||||
width: 32px;
|
||||
cursor: pointer;
|
||||
float: right;
|
||||
border: 1px solid #fff;
|
||||
border: 1px solid @white;
|
||||
padding: 3px;
|
||||
background-repeat: no-repeat;
|
||||
background-position: 2px 3px;
|
||||
@@ -371,7 +371,7 @@
|
||||
#User_Show_Details_Actions_CreateJob_Dialog {
|
||||
#CreateJob_Assignments {
|
||||
margin-top: 6px;
|
||||
background-color: #fff;
|
||||
background-color: @white;
|
||||
line-height: 1.3em;
|
||||
border: 1px solid #ddd;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user