1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38
|
history row .code-label {
font-weight: bold;
}
history row {
padding: 18px;
}
history .content.small > row:first-child {
border-top-width: 0;
}
history > row:first-child {
margin-top: 12px;
}
history > row:last-child {
margin-bottom: 12px;
}
history > row {
margin-left: 12px;
margin-right: 12px;
}
textview {
padding: 6px;
}
toolbarview scrolledwindow.card undershoot.top,
toolbarview scrolledwindow.card undershoot.bottom {
box-shadow: none;
background: none;
}
.camera-view {
background-color: black;
}
|