Bavarder/data/style.css
2023-04-27 06:27:49 +03:00

16 lines
426 B
CSS

.text-box textview,
.text-box text {
background: none;
color: inherit;
}
.scrolled-window undershoot.top {
box-shadow: inset 0 1px alpha(@shade_color, .75);
background: linear-gradient(to bottom, alpha(@shade_color, .75), transparent 4px);
}
.scrolled-window undershoot.bottom {
box-shadow: inset 0 -1px alpha(@shade_color, .75);
background: linear-gradient(to top, alpha(@shade_color, .75), transparent 4px);
}