- commit
- 227c8d5b337b58c13089ecb6e19732892d677c14
- parent
- ee5916f61b849318bbcee1fc63bb4837cfbb10ee
- Author
- Tobias Bengfort <tobias.bengfort@posteo.de>
- Date
- 2023-01-06 09:05
consistent border radius for entries entries did have border radius in groups, but not on their own
Diffstat
| M | gtk-3.0/shared.css | 1 | + |
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk-3.0/shared.css b/gtk-3.0/shared.css
@@ -34,6 +34,7 @@ selection, 34 34 entry { 35 35 padding: 3px; 36 36 border-width: 1px; -1 37 border-radius: 3px; 37 38 background-color: @base_color; 38 39 color: @text_color; 39 40 }