2021-10-12 16:50:13 +02:00
|
|
|
.added {
|
2021-10-13 14:38:44 +02:00
|
|
|
color: black;
|
2021-10-12 16:50:13 +02:00
|
|
|
background-color: white;
|
|
|
|
}
|
|
|
|
.normal {
|
2021-10-13 14:38:44 +02:00
|
|
|
color: lightgray;
|
2021-10-12 16:50:13 +02:00
|
|
|
}
|
2021-10-13 14:38:44 +02:00
|
|
|
.deleted {
|
|
|
|
color: white;
|
2021-10-12 16:50:13 +02:00
|
|
|
background-color: black;
|
|
|
|
/* text-decoration: line-through; */
|
|
|
|
}
|
2021-10-13 14:38:44 +02:00
|
|
|
.op-scrollable {
|
|
|
|
overflow-y: scroll;
|
2021-10-12 16:50:13 +02:00
|
|
|
/* min-height: 280px; */
|
|
|
|
max-height: 280px;
|
2021-11-08 10:52:07 +02:00
|
|
|
user-select: text;
|
2021-10-13 14:38:44 +02:00
|
|
|
}
|
|
|
|
.op-pre {
|
|
|
|
white-space: pre-wrap;
|
|
|
|
}
|
2021-10-17 15:10:03 +02:00
|
|
|
.op-warn {
|
2021-11-04 12:12:43 +02:00
|
|
|
border: 1px solid salmon;
|
|
|
|
padding: 2px;
|
2021-10-17 15:10:03 +02:00
|
|
|
border-radius: 4px;
|
2021-11-04 12:12:43 +02:00
|
|
|
}
|
|
|
|
.syncstatusbar {
|
|
|
|
-webkit-filter: grayscale(100%);
|
|
|
|
filter: grayscale(100%);
|
|
|
|
}
|
2021-11-25 16:50:46 +02:00
|
|
|
.tcenter {
|
|
|
|
text-align: center;
|
|
|
|
}
|
2021-11-26 00:52:15 +02:00
|
|
|
.sls-plugins-wrap {
|
|
|
|
display: flex;
|
|
|
|
flex-grow: 1;
|
|
|
|
overflow: scroll;
|
|
|
|
}
|
|
|
|
.sls-plugins-tbl {
|
|
|
|
}
|