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 {
@ -817,4 +821,4 @@ table [class^="icon-"], [class*=" icon-"] {
height: 25px;
vertical-align: middle;
width: 25px;
}
}