fix Inventory Manage > Hosts list disabled indicator style, resolves #2855

This commit is contained in:
Leigh Johnson 2016-07-08 17:11:52 -04:00
parent 33547259e2
commit 6acf6b80d7

View File

@ -1,7 +1,17 @@
@import "src/shared/text-label.less";
@import "src/shared/branding/colors.default.less";
.host-disabled-label {
&:after {
.include-text-label(#676767; white; "disabled");
display: inline-block;
content: "disabled";
border-radius: 3px;
color: @default-icon;
text-transform: uppercase;
font-size: .7em;
font-style: normal;
margin-left: 0.5em;
padding: 0.35em;
padding-bottom: 0.2em;
line-height: 1.1;
}
}