feat: Remove Bavarder-specific styles

This commit is contained in:
Daudix_UFO 2023-05-13 02:12:55 +03:00
parent 1156ff6f39
commit c244177f3a
No known key found for this signature in database
GPG Key ID: 93ECF15D3053D81C

View File

@ -1,15 +0,0 @@
.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);
}