From 531941b17db04a38db79777b1ac2f3666c11ed96 Mon Sep 17 00:00:00 2001 From: daria Date: Wed, 26 Jul 2023 12:54:12 +0300 Subject: [PATCH] removed the font weight from the settings buttons --- customize.dist/src/less2/include/forms.less | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/customize.dist/src/less2/include/forms.less b/customize.dist/src/less2/include/forms.less index ea545a3bd..93cc18dcb 100644 --- a/customize.dist/src/less2/include/forms.less +++ b/customize.dist/src/less2/include/forms.less @@ -127,7 +127,7 @@ text-align: center; text-transform: uppercase; font-size: 14px; - font-weight: bold; + //font-weight: bold; text-decoration: none; cursor: pointer; border-radius: @variables_radius; @@ -193,7 +193,7 @@ background-color: @cp_buttons-primary; color: @cp_buttons-primary-text; border-color: @cp_buttons-primary-border; - font-weight: bold; + //font-weight: bold; &:hover, &:not(:disabled):active, &:focus { color: @cp_buttons-primary-text; border-color: @cp_buttons-primary-border;