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; }