mirror of
https://github.com/ansible/awx.git
synced 2026-05-17 14:27:42 -02:30
AC-1259 inventory delete/promote. Promoted inventory group delete dialog style. Added matching styling to host delete dialog.
This commit is contained in:
@@ -1377,6 +1377,18 @@ input[type="checkbox"].checkbox-no-label {
|
||||
text-overflow: clip;*/
|
||||
}
|
||||
|
||||
#group-delete-dialog .help-container {
|
||||
.help-link,
|
||||
.help-link:active,
|
||||
.help-link:visited {
|
||||
color: @blue-link;
|
||||
}
|
||||
|
||||
.help-link:hover {
|
||||
color: @blue-dark;
|
||||
}
|
||||
}
|
||||
|
||||
// Inventory edit dialog, source form, ec2
|
||||
#source_form.squeeze .form-group {
|
||||
margin-bottom: 10px;
|
||||
|
||||
Reference in New Issue
Block a user