Added warning style on default theme to use on Install page to highlight database not required, but optional

This commit is contained in:
alvarenga.milton 2019-04-01 21:45:55 -03:00
parent c1db00a938
commit 040eb58ae0

View File

@ -169,6 +169,10 @@ label .icon {
color: green;
}
#dependencies .warning {
color: yellow;
}
select option { background: #242424; }
textarea {