Display Tower instance group as read-only

This commit is contained in:
Marliana Lara
2018-04-11 16:40:46 -04:00
parent a2cc357f21
commit 05415da3f9
8 changed files with 22 additions and 5 deletions

View File

@@ -115,7 +115,7 @@
@at-color-success: @at-green;
@at-color-success-hover: @at-green-hover;
@at-color-disabled: @at-gray-d7;
@at-color-disabled: @at-gray-b7;
@at-color-body-background-dark: @at-gray-70;
@at-color-body-background-light: @at-gray-eb;
@@ -138,7 +138,7 @@
@at-color-input-background: @at-gray-fc;
@at-color-input-border: @at-gray-b7;
@at-color-input-button: @at-gray-fc;
@at-color-input-button: @at-white;
@at-color-input-button-hover: @at-gray-f2;
@at-color-input-disabled: @at-gray-eb;
@at-color-input-readonly: @at-color-input-background;