1
0
mirror of https://github.com/ansible/awx.git synced 2024-11-01 08:21:15 +03:00

Merge pull request #3128 from kensible/3122-audit-0725

Continuing audit work
This commit is contained in:
kensible 2016-07-27 14:23:19 -04:00 committed by GitHub
commit beed576292
3 changed files with 5 additions and 4 deletions

View File

@ -144,13 +144,13 @@ a:focus {
cursor: not-allowed;
}
/* Bring primary (blue) buttons in line with link colors */
/* Bring primary (green) buttons in line with link colors */
.btn-primary {
background-color: @default-link;
background-color: @default-succ;
}
.btn-primary:hover {
background-color: @default-link-hov;
background-color: @default-succ-hov;
}
/* List Actions column */

View File

@ -384,6 +384,7 @@ table, tbody {
.List-action--showTooltipOnDisabled {
display: inline-block;
cursor: not-allowed;
}
.List-action--showTooltipOnDisabled .btn[disabled] {

View File

@ -314,7 +314,7 @@ export default
ngClick: 'submitQuestion($event)',
ngDisabled: true,
'class': 'btn btn-sm Form-saveButton',
label: '{{editQuestionIndex === null ? "ADD" : "UPDATE"}}'
label: '{{editQuestionIndex === null ? "+ ADD" : "UPDATE"}}'
}
}