aboutsummaryrefslogtreecommitdiff
path: root/assets
diff options
context:
space:
mode:
authortdro <tdro@noreply.example.com>2022-07-20 19:52:53 -0400
committertdro <tdro@noreply.example.com>2022-07-20 19:52:53 -0400
commit19a6a9bef26c6c41f3f9b6f3ceda375a8a045a30 (patch)
tree15085bea1f751f99a7ae3d12c5867a843130ef7e /assets
parent0a8985b13409d3bc5b21fd7518120cdf378c1a8d (diff)
downloadcanory-19a6a9bef26c6c41f3f9b6f3ceda375a8a045a30.tar.gz
canory-19a6a9bef26c6c41f3f9b6f3ceda375a8a045a30.tar.bz2
canory-19a6a9bef26c6c41f3f9b6f3ceda375a8a045a30.zip
assets/css/default: Simple context menu shadow
Diffstat (limited to 'assets')
-rw-r--r--assets/css/default.css3
1 files changed, 1 insertions, 2 deletions
diff --git a/assets/css/default.css b/assets/css/default.css
index e3bf90a..db82650 100644
--- a/assets/css/default.css
+++ b/assets/css/default.css
@@ -1385,8 +1385,7 @@ context-menu {
border-color: #ddd;
border-color: var(--border-lighter);
border-radius: 0.5rem;
- box-shadow: 0 0.5em 1em -0.125em rgba(10, 10, 10, 0.1),
- 0 0 0 1px rgba(10, 10, 10, 0.02);
+ box-shadow: 0 0 1rem -0.5rem var(--shadow);
padding-bottom: 0.5rem;
padding-top: 0.5rem;
min-width: 6.25rem;