detail/close button, bug #1618955

When ShowAll button is selected, close
button text was grayed out.
Update CSS to display readable button text, and match
the current behaviour of the detail/close button
when a single section is displayed.

Change-Id: Icd40ecae8f5007bbf3546b678a6f5f6081e89bc6
This commit is contained in:
Karen Bradshaw 2016-09-12 14:19:12 -04:00
parent e0631064db
commit 2004c987ac
2 changed files with 3 additions and 2 deletions

View File

@ -48,7 +48,7 @@ a.operation-anchor {
visibility: visible;
}
/* All tables for requests should be full width */
/* All parameter tables should be full width */
.api-detail table.docutils {
width: 100%;
@ -109,6 +109,7 @@ a.operation-anchor {
.btn-detail,
.btn-expand-all {
color: #fff;
background-color: #2A4E68;
}

View File

@ -29,7 +29,7 @@
});
// Expand the world. Wires up the expand all button, it turns
// off tye sync while it is running to save the costs with the
// off the sync while it is running to save the costs with the
// history API.
var expandAllActive = true;
$('#expand-all').click(function () {