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:
@@ -48,7 +48,7 @@ a.operation-anchor {
|
|||||||
visibility: visible;
|
visibility: visible;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* All tables for requests should be full width */
|
/* All parameter tables should be full width */
|
||||||
|
|
||||||
.api-detail table.docutils {
|
.api-detail table.docutils {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
@@ -109,6 +109,7 @@ a.operation-anchor {
|
|||||||
|
|
||||||
.btn-detail,
|
.btn-detail,
|
||||||
.btn-expand-all {
|
.btn-expand-all {
|
||||||
|
color: #fff;
|
||||||
background-color: #2A4E68;
|
background-color: #2A4E68;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@@ -29,7 +29,7 @@
|
|||||||
});
|
});
|
||||||
|
|
||||||
// Expand the world. Wires up the expand all button, it turns
|
// 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.
|
// history API.
|
||||||
var expandAllActive = true;
|
var expandAllActive = true;
|
||||||
$('#expand-all').click(function () {
|
$('#expand-all').click(function () {
|
||||||
|
Reference in New Issue
Block a user