From 040eb58ae077e4561692d6425ce574d1660a37bb Mon Sep 17 00:00:00 2001 From: "alvarenga.milton" Date: Mon, 1 Apr 2019 21:45:55 -0300 Subject: [PATCH] Added warning style on default theme to use on Install page to highlight database not required, but optional --- themes/default/screen.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/themes/default/screen.css b/themes/default/screen.css index 97a8fb0..61af63f 100755 --- a/themes/default/screen.css +++ b/themes/default/screen.css @@ -169,6 +169,10 @@ label .icon { color: green; } +#dependencies .warning { + color: yellow; +} + select option { background: #242424; } textarea { @@ -817,4 +821,4 @@ table [class^="icon-"], [class*=" icon-"] { height: 25px; vertical-align: middle; width: 25px; -} \ No newline at end of file +}