bisschen tests fixen
This commit is contained in:
@@ -111,10 +111,36 @@
|
||||
color: var(--app-color);
|
||||
}
|
||||
|
||||
/* Reset all Pico CSS button styles that bleed into Swagger UI */
|
||||
.swagger-ui button {
|
||||
cursor: pointer;
|
||||
background: transparent;
|
||||
border: 0;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
color: inherit;
|
||||
font-size: inherit;
|
||||
font-weight: inherit;
|
||||
font-family: inherit;
|
||||
line-height: inherit;
|
||||
border-radius: 0;
|
||||
box-shadow: none;
|
||||
text-transform: none;
|
||||
/* Reset CSS custom properties set by app base styles on all buttons */
|
||||
--app-background-color: initial;
|
||||
--app-border-color: initial;
|
||||
--app-color: initial;
|
||||
--app-box-shadow: initial;
|
||||
}
|
||||
|
||||
/* Restore sizing/appearance for Swagger UI action buttons (.btn) */
|
||||
.swagger-ui .btn {
|
||||
padding: 6px 23px;
|
||||
font-size: 14px;
|
||||
font-weight: 700;
|
||||
border: 2px solid transparent;
|
||||
border-radius: var(--app-border-radius);
|
||||
background: transparent;
|
||||
}
|
||||
|
||||
.swagger-ui .opblock .opblock-summary-description {
|
||||
|
||||
Reference in New Issue
Block a user