Skip to content

Commit

Permalink
monitoring/CSS: Introduce state-table class
Browse files Browse the repository at this point in the history
refs #5543
  • Loading branch information
lippserd committed Nov 4, 2015
1 parent 62b302b commit e67420e
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions modules/monitoring/public/css/tables.less
Expand Up @@ -42,6 +42,7 @@
color: @text-color-light;
font-family: @font-family-fixed;
font-size: @font-size-small;
margin: 0;
}

// Service description if in the service detail view
Expand Down Expand Up @@ -140,3 +141,19 @@
.state-meta {
font-size: @font-size-small;
}

.state-table {
border-collapse: separate;
border-spacing: 1px;

tr[href] {
&.active {
background-color: @gray-lighter;
}

&:hover {
background-color: @gray-lightest;
cursor: pointer;
}
}
}

0 comments on commit e67420e

Please sign in to comment.