Page MenuHomeWickedGov Phorge

restsandbox.css
No OneTemporary

Size
666 B
Referenced Files
None
Subscribers
None

restsandbox.css

/**
* Tweaks for the Swagger UI CSS to make it work inside MediaWiki
*/
/* stylelint-disable selector-class-pattern */
/**
* Fix title bullet background.
*/
.swagger-ui .info .title small pre {
background: inherit;
border: 0;
}
/**
* fix example code light-on-dark.
*/
.swagger-ui .code,
.swagger-ui code {
background: inherit;
color: #fff;
border: 0;
}
/**
* Hide input fields until we are in "try it out" mode.
*/
.parameters-col_description input[ disabled ],
.parameters-col_description select[ disabled ] {
display: none;
}
/**
* Hide the no JavaScript error if there is JavaScript
*/
.client-js .mw-restsandbox-client-nojs {
display: none;
}

File Metadata

Mime Type
text/plain
Expires
Fri, Jul 3, 21:38 (15 h, 16 m)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
51/00/ffcf6e061be9a52f6122cdb7e016
Default Alt Text
restsandbox.css (666 B)

Event Timeline