46 lines
702 B
CSS
46 lines
702 B
CSS
.interaction-row-action-group {
|
|
gap: 0.25rem;
|
|
min-width: 2.7rem;
|
|
}
|
|
|
|
.interaction-row-actions {
|
|
gap: 0.25rem;
|
|
}
|
|
|
|
.interaction-row-action {
|
|
width: 1rem;
|
|
min-width: 1.25rem;
|
|
height: 1.25rem;
|
|
min-height: 1.25rem;
|
|
padding: 0;
|
|
display: inline-flex !important;
|
|
align-items: center;
|
|
justify-content: center;
|
|
font-size: 0.7rem;
|
|
line-height: 1;
|
|
}
|
|
|
|
.interaction-row-action i {
|
|
font-size: 0.95rem;
|
|
}
|
|
|
|
.interaction-row-action-edit i {
|
|
color: #1f2f3a;
|
|
}
|
|
|
|
.interaction-row-action-delete i {
|
|
color: rgb(153, 0, 0);
|
|
}
|
|
|
|
tr.done th {
|
|
color: #64ae24;
|
|
}
|
|
|
|
tr.notneeded {
|
|
filter: grayscale(100%);
|
|
}
|
|
|
|
tr.fs-alert,
|
|
tr.fs-alert th {
|
|
color: orange;
|
|
} |