parent
62b302bedd
commit
e67420e8bf
|
@ -42,6 +42,7 @@
|
||||||
color: @text-color-light;
|
color: @text-color-light;
|
||||||
font-family: @font-family-fixed;
|
font-family: @font-family-fixed;
|
||||||
font-size: @font-size-small;
|
font-size: @font-size-small;
|
||||||
|
margin: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Service description if in the service detail view
|
// Service description if in the service detail view
|
||||||
|
@ -140,3 +141,19 @@
|
||||||
.state-meta {
|
.state-meta {
|
||||||
font-size: @font-size-small;
|
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;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue