mirror of
https://github.com/ansible/awx.git
synced 2026-05-19 23:07:42 -02:30
Started fixing/finishing input group delete. Started moving socket status to header.
This commit is contained in:
@@ -1066,6 +1066,19 @@ input[type="checkbox"].checkbox-no-label {
|
||||
content: "\f04b";
|
||||
}
|
||||
|
||||
.icon-socket-ok:before {
|
||||
content: "\f111";
|
||||
color: @green;
|
||||
}
|
||||
.icon-socket-error:before {
|
||||
content: "\f111";
|
||||
color: @red;
|
||||
}
|
||||
.icon-socket-connecting:before {
|
||||
content: "\f042";
|
||||
color: @warning;
|
||||
}
|
||||
|
||||
.badge {
|
||||
padding: 2px 3px 3px 4px;
|
||||
font-size: 10px;
|
||||
@@ -1203,18 +1216,6 @@ input[type="checkbox"].checkbox-no-label {
|
||||
}
|
||||
/* end */
|
||||
|
||||
/* Socket icon */
|
||||
.socket-ok {
|
||||
color: @green;
|
||||
}
|
||||
.socket-error {
|
||||
color: @red;
|
||||
}
|
||||
.socket-connecting {
|
||||
color: @warning
|
||||
}
|
||||
/* end */
|
||||
|
||||
.field-success {
|
||||
color: #5bb75b;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user