blob: 9e052b2df9320e2fbc91ce0299cf36a074dcae52 [file] [log] [blame]
@import '../../../elements-sk/modules/colors';
silence-sk {
display: block;
padding: 0.2em;
table {
border-collapse: collapse;
margin: 1em;
}
td, th {
padding: 0.3em;
border: solid 1px gray;
}
th {
text-align: right;
}
td {
text-align: left;
}
.notes,
.addNote {
margin: 1em;
}
.meta {
display: flex;
justify-content: flex-end;
align-items: center;
}
.date {
margin: 0 1em;
color: var(--assigned);
}
.author {
color: var(--icons);
}
delete-icon-sk {
fill: var(--on-background);
cursor: pointer;
border: solid transparent 1px;
}
delete-icon-sk:hover {
border: solid var(--on-background) 1px;
}
input.duration {
width: 3em;
}
input.param-val {
width: 20em;
}
button.param-btns {
font-size: x-small;
}
section.notes,
section.addNote {
margin: 1em;
}
section.addNote button {
display: block;
}
.actions {
margin: 0.4em;
}
.matches {
margin: 1em;
background-color: var(--selected);
border-radius: 0.5em;
padding: 0.5em;
h1 {
margin: 0;
padding: 0;
}
h2 {
padding: 0.2em 1em;
color: var(--primary);
}
}
h2 {
align-items: center;
color: var(--active);
margin: 0;
padding: 0.2em 1em;
font-size: 14px;
cursor: pointer;
color: var(--primary);
}
h2.inactive {
color: var(--inactive);
}
p {
background: var(--comments);
padding: 0.5em;
display: block;
border-radius: 0.5em;
margin-bottom: 0.5em;
}
p.note-text {
white-space: pre-wrap;
}
}
silence-sk[collapsable][collapsed] .body {
display: none;
}
silence-sk[collapsable] .matches {
display: none;
}
silence-sk[collapsable] {
margin: 1em;
background: var(--minimized);
border-radius: 0.5em;
p, input, textarea {
background: var(--background);
}
}