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;