[Frontend] CSS hooks for staleness

WTD-1172
New .scss file for staleness
Added CSS hooks in templates for staleness
This commit is contained in:
Charles Hacskaylo
2015-05-06 17:36:55 -07:00
parent a244502f16
commit db74e2f84a
6 changed files with 22 additions and 4 deletions

View File

@@ -752,6 +752,11 @@ span {
color: #ff4444;
content: "î"; }
/* line 1, ../sass/_data-status.scss */
.s-stale {
opacity: 0.5 !important;
font-style: italic !important; }
/* line 1, ../sass/lists/_tabular.scss */
.w1 {
background: #4d4d4d;

View File

@@ -0,0 +1,5 @@
.s-stale {
//color: $colorTelemStale !important;
opacity: 0.5 !important;
font-style: italic !important;
}

View File

@@ -16,6 +16,7 @@
@import "badges";
@import "icons";
@import "limits";
@import "data-status";
@import "lists/tabular";
@import "controls/buttons";
@import "controls/color-palette";