mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
Small fixes
This commit is contained in:
@@ -28,10 +28,10 @@ Borders may also be set individually for the four edges of a widget with the `bo
|
||||
|
||||
```
|
||||
border: [<COLOR>] [<BORDER VALUE>];
|
||||
border-top: <COLOR>] [<BORDER VALUE>];
|
||||
border-right: <COLOR>] [<BORDER VALUE>];
|
||||
border-bottom: <COLOR>] [<BORDER VALUE>];
|
||||
border-left: <COLOR>] [<BORDER VALUE>];
|
||||
border-top: [<COLOR>] [<BORDER VALUE>];
|
||||
border-right: [<COLOR>] [<BORDER VALUE>];
|
||||
border-bottom: [<COLOR>] [<BORDER VALUE>];
|
||||
border-left: [<COLOR>] [<BORDER VALUE>];
|
||||
```
|
||||
|
||||
## Border command
|
||||
|
||||
@@ -30,10 +30,10 @@ Outlines may also be set individually with the `outline-top`, `outline-right`, `
|
||||
|
||||
```
|
||||
outline: [<COLOR>] [<BORDER VALUE>];
|
||||
outline-top: <COLOR>] [<BORDER VALUE>];
|
||||
outline-right: <COLOR>] [<BORDER VALUE>];
|
||||
outline-bottom: <COLOR>] [<BORDER VALUE>];
|
||||
outline-left: <COLOR>] [<BORDER VALUE>];
|
||||
outline-top: [<COLOR>] [<BORDER VALUE>];
|
||||
outline-right: [<COLOR>] [<BORDER VALUE>];
|
||||
outline-bottom: [<COLOR>] [<BORDER VALUE>];
|
||||
outline-left: [<COLOR>] [<BORDER VALUE>];
|
||||
```
|
||||
|
||||
## Example
|
||||
|
||||
@@ -4,7 +4,7 @@ The `scrollbar-size` rule changes the size of the scrollbars. It takes 2 integer
|
||||
|
||||
The scrollbar dimensions may also be set individually with `scrollbar-size-horizontal` and `scrollbar-size-vertical`.
|
||||
|
||||
# Syntax
|
||||
## Syntax
|
||||
|
||||
```
|
||||
scrollbar-size: <INTEGER> <INTEGER>;
|
||||
|
||||
Reference in New Issue
Block a user