From 29eb25d66865f24cb9b4ca923b08173a4a983d36 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Benqu=C3=A9?= Date: Mon, 28 Feb 2022 17:22:24 +0000 Subject: [PATCH] Rounded corner message --- customize.dist/src/less2/include/corner.less | 3 +++ 1 file changed, 3 insertions(+) diff --git a/customize.dist/src/less2/include/corner.less b/customize.dist/src/less2/include/corner.less index 476e6bf88..0e9c67535 100644 --- a/customize.dist/src/less2/include/corner.less +++ b/customize.dist/src/less2/include/corner.less @@ -1,4 +1,5 @@ @import (reference) "./colortheme-all.less"; +@import (reference) "./variables.less"; .corner_main() { --LessLoader_require: LessLoader_currentFile(); @@ -40,6 +41,7 @@ transform-origin: bottom right; animation: appear 0.8s ease-in-out; border: 1px solid @corner-fg; + border-radius: @variables_radius; box-shadow: 0 0 10px 0 @cp_shadow-color; &.cp-corner-alt { @@ -116,6 +118,7 @@ } text-transform: uppercase; border: 1px solid @corner-fg; + border-radius: @variables_radius; .fa, .cptools { margin-right: 0.3em; }