From 45d8c75e02e217f7dbc0e38ce89bd721ec8d9a69 Mon Sep 17 00:00:00 2001 From: Ashley Wulber Date: Thu, 6 Jan 2022 18:12:57 -0500 Subject: [PATCH] styling --- examples/dock/style.css | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/examples/dock/style.css b/examples/dock/style.css index 2c4b83b..5aff07f 100644 --- a/examples/dock/style.css +++ b/examples/dock/style.css @@ -45,7 +45,14 @@ popover contents { border-width: 0px; border-radius: 12px; padding: 12px; - background: #333333CC; + background: #333333DD; +} + +popover arrow { + border-width: 0px; + border-radius: 12px; + padding: 12px; + background: #333333DD; } box.dock {