aboutsummaryrefslogtreecommitdiff
path: root/plugins/base/src/main/resources/dokka/styles/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/base/src/main/resources/dokka/styles/style.css')
-rw-r--r--plugins/base/src/main/resources/dokka/styles/style.css5
1 files changed, 4 insertions, 1 deletions
diff --git a/plugins/base/src/main/resources/dokka/styles/style.css b/plugins/base/src/main/resources/dokka/styles/style.css
index 0d1314c9..118d247a 100644
--- a/plugins/base/src/main/resources/dokka/styles/style.css
+++ b/plugins/base/src/main/resources/dokka/styles/style.css
@@ -255,11 +255,14 @@
z-index: 1000;
background: white;
font-weight: normal;
- box-shadow: 0 2px 16px 0 var(--ring-popup-shadow-color);
font-family: 'Inter', "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
width: max-content;
font-size: 14px;
cursor: default;
+ border: 1px solid #D8DCE1;
+ box-sizing: border-box;
+ box-shadow: 0px 5px 10px var(--ring-popup-shadow-color);
+ border-radius: 3px;
}
.copy-popup-wrapper.popup-to-left {