- commit
- e2836b3598e11e4897e5415b1d9aad1328d282c7
- parent
- a94cc4e2111a98972ebc23cfcd2dc0357cb2f18a
- Author
- Tobias Bengfort <tobias.bengfort@posteo.de>
- Date
- 2019-10-18 07:05
notebook border only on .stack fixes xfce4-terminal border
Diffstat
| M | gtk-3.0/widgets/notebook.css | 2 | +- |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk-3.0/widgets/notebook.css b/gtk-3.0/widgets/notebook.css
@@ -10,7 +10,7 @@ notebook header {
10 10 color: mix(@text_color, @base_color, 0.4);
11 11 }
12 12
13 -1 notebook > stack {
-1 13 notebook.frame > stack {
14 14 border: 1px solid @border_color;
15 15 }
16 16