Localisation updates from https://translatewiki.net.
[mediawiki.git] / resources / src / mediawiki.special.restsandbox / restsandbox.css
blob90522d3965d54ed58eb45f0b71149bf8dbf17ec4
1 /**
2 * Tweaks for the Swagger UI CSS to make it work inside MediaWiki
3 */
5 /* stylelint-disable selector-class-pattern */
7 /**
8 * Fix title bullet background.
9 */
10 .swagger-ui .info .title small pre {
11 background: inherit;
12 border: 0;
15 /**
16 * fix example code light-on-dark.
18 .swagger-ui .code,
19 .swagger-ui code {
20 background: inherit;
21 color: #fff;
22 border: 0;
25 /**
26 * Hide input fields until we are in "try it out" mode.
28 .parameters-col_description input[ disabled ],
29 .parameters-col_description select[ disabled ] {
30 display: none;
33 /**
34 * Hide the no JavaScript error if there is JavaScript
36 .client-js .mw-restsandbox-client-nojs {
37 display: none;