From bd84a92a8a941cb80acb2977fb08e3779862ffae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Danielle=20For=C3=A9?= Date: Mon, 10 Jun 2024 16:08:21 -0700 Subject: [PATCH] CSS: entry-popover Gtk4 prep --- data/Application.css | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/data/Application.css b/data/Application.css index efd754381..d6eca1153 100644 --- a/data/Application.css +++ b/data/Application.css @@ -11,22 +11,20 @@ editable-label entry { padding: 0; } -entry-popover box { +entry-popover > box { border-radius: 3px; background: @SILVER_300; + color: @SILVER_900; } -entry-popover button { - color: @SILVER_900; +entry-popover > box button { + color: inherit; font-size: 0.9em; font-weight: 600; } -entry-popover.error box { +entry-popover.error > box { background: alpha(@error_color, 0.2); -} - -entry-popover.error button { color: @error_color; }