2021-10-12 23:50:13 +09:00
|
|
|
.added {
|
2021-10-13 21:38:44 +09:00
|
|
|
color: black;
|
2021-10-12 23:50:13 +09:00
|
|
|
background-color: white;
|
|
|
|
}
|
|
|
|
.normal {
|
2021-10-13 21:38:44 +09:00
|
|
|
color: lightgray;
|
2021-10-12 23:50:13 +09:00
|
|
|
}
|
2021-10-13 21:38:44 +09:00
|
|
|
.deleted {
|
|
|
|
color: white;
|
2021-10-12 23:50:13 +09:00
|
|
|
background-color: black;
|
|
|
|
/* text-decoration: line-through; */
|
|
|
|
}
|
2021-10-13 21:38:44 +09:00
|
|
|
.op-scrollable {
|
|
|
|
overflow-y: scroll;
|
2021-10-12 23:50:13 +09:00
|
|
|
/* min-height: 280px; */
|
|
|
|
max-height: 280px;
|
2021-11-08 17:52:07 +09:00
|
|
|
user-select: text;
|
2021-10-13 21:38:44 +09:00
|
|
|
}
|
|
|
|
.op-pre {
|
|
|
|
white-space: pre-wrap;
|
|
|
|
}
|
2021-10-17 22:10:03 +09:00
|
|
|
.op-warn {
|
2021-11-04 19:12:43 +09:00
|
|
|
border: 1px solid salmon;
|
|
|
|
padding: 2px;
|
2021-10-17 22:10:03 +09:00
|
|
|
border-radius: 4px;
|
2021-11-04 19:12:43 +09:00
|
|
|
}
|
|
|
|
.syncstatusbar {
|
|
|
|
-webkit-filter: grayscale(100%);
|
|
|
|
filter: grayscale(100%);
|
|
|
|
}
|