Files
textual/docs/examples/styles/scrollbar_size.tcss
Rodrigo Girão Serrão 5ee0ebfef4 Rename CSS files to TCSS.
Related issue: #3137.
2023-08-22 13:21:17 +01:00

16 lines
180 B
Plaintext

Screen {
background: white;
color: blue 80%;
layout: horizontal;
}
Label {
padding: 1 2;
width: 200;
}
.panel {
scrollbar-size: 10 4;
padding: 1 2;
}