3.2 color audit

This commit is contained in:
John Mitchell
2017-04-07 15:33:08 -04:00
parent d53d4d8721
commit 9fcb536844
19 changed files with 178 additions and 85 deletions

View File

@@ -114,7 +114,7 @@
color: @btn-txt;
background-color: @btn-bg;
font-size: 12px;
border: 1px solid @btn-bord;
border: 1px solid @b7grey;
height: 30px;
border-radius: 5px;
margin-right: 20px;
@@ -253,7 +253,7 @@
width:100%!important;
}
.Form-textInput{
.Form-textInput {
height: 30px;
background-color: @field-secondary-bg;
border-radius: 5px;
@@ -337,6 +337,10 @@
height: 28px!important;
}
.select2-container--disabled .select2-selection__arrow {
background: @egrey !important;
}
.select2-results__option{
color: @field-label !important;
height: 30px!important;
@@ -419,17 +423,20 @@
align-items: center;
justify-content: center;
border:1px solid @field-border;
border-right: 0px;
}
.Form-lookupButton:hover {
cursor: pointer;
background-color: @field-lookup-btn-hov-bg;
border: 1px solid @field-border;
color: @field-lookup-btn-icon;
color: @default-interface-txt;
}
.Form-lookupButton:active,
.Form-lookupButton:focus {
border: 1px solid @field-border;
border-right: 0px;
}
.CodeMirror{
@@ -581,12 +588,12 @@ input[type='radio']:checked:before {
color: @submit-button-text;
}
.Form-cancelButton{
.Form-cancelButton {
background-color: @default-bg;
color: @btn-txt;
text-transform: uppercase;
border-radius: 5px;
border: 1px solid @btn-bord;
border: 1px solid @field-border;
transition: background-color 0.2s;
padding-left:15px;
padding-right: 15px;
@@ -675,3 +682,16 @@ input[type='radio']:checked:before {
.alert-info--noTextTransform {
text-transform: none;
}
.CodeMirror {
border-color: @b7grey !important;
}
.CodeMirror-gutters {
border-color: @d7grey !important;
background: @default-secondary-bg !important;
}
.CodeMirror-lineNumber {
color: @default-icon !important;
}