mirror of
https://github.com/ansible/awx.git
synced 2026-08-02 19:10:00 -02:30
Inventory refactoring: removed text labels from actions, added animation on sync status, fixed collapse and expand. Fixed expand and collapse on job events as well.
This commit is contained in:
@@ -7,6 +7,9 @@
|
||||
*
|
||||
*/
|
||||
|
||||
@import "animations.less";
|
||||
|
||||
|
||||
@black: #171717;
|
||||
@white: #FFF;
|
||||
@warning: #FF9900;
|
||||
@@ -79,6 +82,10 @@ a:focus {
|
||||
box-shadow: none;
|
||||
}
|
||||
|
||||
.btn-disabled {
|
||||
cursor: not-allowed;
|
||||
}
|
||||
|
||||
/* Bring primary (blue) buttons in line with link colors */
|
||||
.btn-primary {
|
||||
background-color: @blue;
|
||||
@@ -801,6 +808,13 @@ input[type="checkbox"].checkbox-no-label {
|
||||
content: "\f111";
|
||||
}
|
||||
|
||||
.icon-failures-none,
|
||||
.icon-failures-na,
|
||||
.icon-failures-true,
|
||||
.icon-failures-false {
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
.badge {
|
||||
padding: 2px 3px 3px 4px;
|
||||
font-size: 10px;
|
||||
@@ -821,16 +835,18 @@ input[type="checkbox"].checkbox-no-label {
|
||||
|
||||
/* Cloud inventory status. i.e. inventory_source.status values */
|
||||
|
||||
/*
|
||||
.icon-cloud-na:before,
|
||||
.icon-cloud-never:before,
|
||||
.icon-cloud-updating:before,
|
||||
.icon-cloud-successful:before {
|
||||
content: "\f111";
|
||||
}
|
||||
|
||||
|
||||
.icon-cloud-failed:before {
|
||||
content: "\f06a";
|
||||
}
|
||||
*/
|
||||
|
||||
.icon-cloud-na,
|
||||
.icon-cloud-never {
|
||||
@@ -846,6 +862,10 @@ input[type="checkbox"].checkbox-no-label {
|
||||
color: @red;
|
||||
}
|
||||
|
||||
.icon-cloud-updating {
|
||||
.pulsate();
|
||||
}
|
||||
|
||||
.icon-enabled-true:before {
|
||||
content: "\f046";
|
||||
}
|
||||
@@ -983,8 +1003,20 @@ input[type="checkbox"].checkbox-no-label {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.inv-group-toggle {
|
||||
margin-right: 3px;
|
||||
}
|
||||
|
||||
.disabled {
|
||||
color: @grey;
|
||||
}
|
||||
|
||||
a.disabled:hover {
|
||||
color: @grey;
|
||||
cursor: not-allowed;
|
||||
}
|
||||
a.btn-disabled:hover {
|
||||
cursor: not-allowed;
|
||||
}
|
||||
|
||||
.parse-selection {
|
||||
@@ -1291,6 +1323,7 @@ tr td button i {
|
||||
|
||||
}
|
||||
|
||||
|
||||
/* Landscape phone to portrait tablet */
|
||||
|
||||
@media (max-width: 767px) {
|
||||
|
||||
Reference in New Issue
Block a user