opt-cc/static/src/app/pub/trace-overview/trace-overview.component.css

42 lines
629 B
CSS

.tracer-container {
text-align: center;
max-width: 1100px;
min-width: 800px;
position: relative;
margin: auto auto 25px;
min-height: calc(100vh - 95px);
}
.show-panel {
display: inline-block;
margin: inherit;
}
:host /deep/ .show-panel mat-card {
cursor: default;
}
.decoration-show-panel {
height: 250px;
}
.user-table-container {
height: 100%;
}
table.mat-table {
width: 50%;
margin: auto;
text-align: left;
background: rgba(255, 255, 255, 0.6);
}
table.mat-table:hover {
background: rgba(255, 255, 255, 0.6);
}
:host /deep/ tr.mat-row:hover {
background: #ffffff;
cursor: pointer;
}