From 5d6ebe682e285a4fb92362cb0c7bb1f3e44f663b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Benqu=C3=A9?= Date: Mon, 9 May 2022 16:47:35 +0100 Subject: [PATCH] Round tooltips --- customize.dist/src/less2/include/tippy.less | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/customize.dist/src/less2/include/tippy.less b/customize.dist/src/less2/include/tippy.less index 5450d3114..bce6a2414 100644 --- a/customize.dist/src/less2/include/tippy.less +++ b/customize.dist/src/less2/include/tippy.less @@ -1,4 +1,5 @@ @import (reference) './colortheme-all.less'; +@import (reference) './variables.less'; .tippy_main() { --LessLoader_require: LessLoader_currentFile(); @@ -6,7 +7,7 @@ & { .tippy-tooltip.cryptpad-theme { background-color: @cp_tooltip-bg; - border-radius: 0px; + border-radius: @variables_radius; color: @cp_tooltip-fg; overflow-wrap: break-word; [x-circle] {