mirror of
https://github.com/ansible/awx.git
synced 2026-01-15 11:50:42 -03:30
Continuing audit work
This commit is contained in:
parent
a4b4c797de
commit
d5674672f5
@ -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 */
|
||||
|
||||
@ -384,6 +384,7 @@ table, tbody {
|
||||
|
||||
.List-action--showTooltipOnDisabled {
|
||||
display: inline-block;
|
||||
cursor: not-allowed;
|
||||
}
|
||||
|
||||
.List-action--showTooltipOnDisabled .btn[disabled] {
|
||||
|
||||
@ -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"}}'
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user