[gnome-control-center/wip/kate/status-style-fixing: 1/2] Using bold font for status labels.
- From: Kate Hsuan <khsuan src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-control-center/wip/kate/status-style-fixing: 1/2] Using bold font for status labels.
- Date: Wed, 10 Aug 2022 10:17:10 +0000 (UTC)
commit 7133ab5c3eafd2768a1fcf0865fe89db37174496
Author: Kate Hsuan <hpa redhat com>
Date: Wed Aug 10 13:23:36 2022 +0800
Using bold font for status labels.
panels/firmware-security/security-level.css | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
---
diff --git a/panels/firmware-security/security-level.css b/panels/firmware-security/security-level.css
index 282412d98..b2b2d2b84 100644
--- a/panels/firmware-security/security-level.css
+++ b/panels/firmware-security/security-level.css
@@ -101,9 +101,11 @@ row.error-hsi-icon image.hsi_icon {
}
row.success-title label.hsi_label {
+ font-weight: bold;
color: @success_color;
}
row.error-title label.hsi_label {
+ font-weight: bold;
color: @error_color;
-}
\ No newline at end of file
+}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]