From d4d8378037d8535c7b9ef2c8126c6e01e1e38ef7 Mon Sep 17 00:00:00 2001 From: Duc Trung LE Date: Tue, 30 May 2023 10:03:32 +0200 Subject: [PATCH] Add shadow to annotation boxes --- packages/jupytercad-extension/style/base.css | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/jupytercad-extension/style/base.css b/packages/jupytercad-extension/style/base.css index 4afb4bf9..6db3465c 100644 --- a/packages/jupytercad-extension/style/base.css +++ b/packages/jupytercad-extension/style/base.css @@ -240,6 +240,7 @@ div.jpcad-toolbar-widget > div.jp-Toolbar-item:last-child { .jcad-FloatingAnnotation { position: absolute; width: 250px; + box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 3px -2px, rgba(0, 0, 0, 0.14) 0px 3px 4px 0px, rgba(0, 0, 0, 0.12) 0px 1px 8px 0px; } .jpcad-Annotations {