- commit
- 0bdf4d00d36f063dfb488d8af3bf4fabd0190e17
- parent
- 206f127ffbfcaa0882cf0ff7e2f446b66ce79cb9
- Author
- Tobias Bengfort <tobias.bengfort@posteo.de>
- Date
- 2025-08-17 09:14
flat button: inherit color
Diffstat
| M | gtk-3.0/widgets/button.css | 1 | + |
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk-3.0/widgets/button.css b/gtk-3.0/widgets/button.css
@@ -16,6 +16,7 @@ button.suggested-action {
16 16 .toolbar > button,
17 17 button.flat {
18 18 background: none;
-1 19 color: inherit;
19 20 border-color: transparent;
20 21 }
21 22