@hawtio/react
Version:
A Hawtio reimplementation based on TypeScript + React.
29 lines (26 loc) • 660 B
CSS
/* src/plugins/shared/JmxContentMBeans.css */
.jmx-table-body {
cursor: pointer;
}
/* src/plugins/shared/operations/OperationForm.css */
.jmx-operation-error .pf-v6-c-clipboard-copy__expandable-content {
background-color: #ffe6e6;
}
.operation-datatype {
margin-right: 0.5em;
}
/* src/plugins/shared/operations/Operations.css */
#jmx-operation-list .pf-v6-c-data-list__item-content {
display: grid;
}
/* src/plugins/diagnostics/FlightRecorder.css */
.pf-v6-c-modal-box {
max-width: 50vw ;
}
.pf-v6-c-form__group {
max-width: 30rem;
}
.flight-recorder-recording-text {
text-align: center;
}
/*# sourceMappingURL=ui-FRXLJ24D.css.map */