lighten invariant background color

This commit is contained in:
Grahame Grieve 2022-08-26 20:53:59 +10:00
parent b919d9b525
commit 2f4510c16d
1 changed files with 1 additions and 1 deletions

View File

@ -313,7 +313,7 @@ public class ProfileUtilities extends TranslatingUtilities {
} }
} }
public static final String CONSTRAINT_STYLE = "padding-left: 3px; padding-right: 3px; border: 1px maroon solid; font-weight: bold; color: #301212; background-color: #fdeeee;"; public static final String CONSTRAINT_STYLE = "padding-left: 3px; padding-right: 3px; border: 1px maroon solid; font-weight: bold; color: #301212; background-color: #fdf4f4;";
private static final String ROW_COLOR_ERROR = "#ffcccc"; private static final String ROW_COLOR_ERROR = "#ffcccc";
private static final String ROW_COLOR_FATAL = "#ff9999"; private static final String ROW_COLOR_FATAL = "#ff9999";
private static final String ROW_COLOR_WARNING = "#ffebcc"; private static final String ROW_COLOR_WARNING = "#ffebcc";