From 92056a39d9fd599e6f0655e6a89cbecaa4469059 Mon Sep 17 00:00:00 2001 From: Petr Vobornik Date: Thu, 31 Oct 2013 19:47:24 +0100 Subject: Display required, enabled and error widget states in fluid layout https://fedorahosted.org/freeipa/ticket/3904 --- install/ui/ipa.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'install/ui/ipa.css') diff --git a/install/ui/ipa.css b/install/ui/ipa.css index 0cd761fb0..689fa7f20 100644 --- a/install/ui/ipa.css +++ b/install/ui/ipa.css @@ -1138,9 +1138,9 @@ body.info-page { } .required-indicator { - color: red; + color: #1d85d9; font-weight: bold; - font-size: 120%; + font-size: 125%; } .section-cell-label .required-indicator { -- cgit