From fe2f907f2acbfe05d1c9f297ba096f783e1cdabe Mon Sep 17 00:00:00 2001 From: Julian Maurice Date: Wed, 28 Sep 2022 11:10:47 +0200 Subject: [PATCH] Bug 30952: Add label style to label class inside fieldset.rows Issue #51 --- koha-tmpl/intranet-tmpl/prog/css/src/_forms.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/css/src/_forms.scss b/koha-tmpl/intranet-tmpl/prog/css/src/_forms.scss index bab08234cf..68befb218b 100644 --- a/koha-tmpl/intranet-tmpl/prog/css/src/_forms.scss +++ b/koha-tmpl/intranet-tmpl/prog/css/src/_forms.scss @@ -35,7 +35,8 @@ fieldset.rows ol { margin: 0 $gap-width 0 0; } - label { + label, + .label { font-weight: bold; &:first-child { -- 2.30.2