Archived
2

api and headers

This commit is contained in:
VLE2FE
2020-07-28 13:59:13 +02:00
parent 1988a67b35
commit 149a0aec6d
3 changed files with 36 additions and 10 deletions

View File

@ -161,6 +161,26 @@ body:after {
border-color: var(--red);
}
/*clipboard button*/
.swagger-ui .copy-to-clipboard {
border-radius: 0;
top: 19px;
height: 28px;
}
.swagger-ui .copy-to-clipboard > button {
position: relative;
bottom: 3px;
}
.swagger-ui .curl-command .copy-to-clipboard {
border-radius: 0;
top: 24px;
}
.swagger-ui .curl-command .copy-to-clipboard > button {
position: relative;
bottom: 7px;
right: 1px;
}
/*download button*/
.swagger-ui .download-contents {
border-radius: 0;
@ -216,6 +236,8 @@ body:after {
/*code*/
.swagger-ui .opblock-body pre.microlight {
border-radius: 0;
background: #41444e !important;
padding: 0.5em;
}
.swagger-ui .highlight-code > .microlight {