2014-11-13 19:48:30 +01:00
|
|
|
.toggle-active {
|
|
|
|
border: 1px solid black;
|
|
|
|
display: inline-block;
|
2016-05-03 12:12:25 +02:00
|
|
|
background-color: lawngreen;
|
2014-11-13 19:48:30 +01:00
|
|
|
border-radius: 50%;
|
|
|
|
width: 20px;
|
|
|
|
height: 20px;
|
|
|
|
}
|
|
|
|
.toggle-inactive {
|
|
|
|
border: 1px solid black;
|
|
|
|
display: inline-block;
|
2016-05-03 12:12:25 +02:00
|
|
|
background-color: red;
|
2014-11-13 19:48:30 +01:00
|
|
|
border-radius: 50%;
|
|
|
|
width: 20px;
|
|
|
|
height: 20px;
|
2014-11-29 12:12:48 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.no-border {
|
|
|
|
border: none;
|
2014-11-29 14:25:27 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
code {
|
2014-12-11 08:19:31 +01:00
|
|
|
word-wrap: break-word;
|
|
|
|
white-space: pre;
|
2015-01-26 16:54:50 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
code > .diff-N {
|
|
|
|
color: green;
|
|
|
|
}
|
|
|
|
|
|
|
|
code > .diff-D {
|
|
|
|
color: red;
|
|
|
|
}
|
|
|
|
|
|
|
|
code > .diff-A, .diff-E {
|
|
|
|
color: black;
|
2014-11-13 19:48:30 +01:00
|
|
|
}
|