mirror of
https://github.com/xevidos/codiad.git
synced 2024-11-10 21:26:35 +01:00
Added warning style on default theme to use on Install page to highlight database not required, but optional
This commit is contained in:
parent
c1db00a938
commit
040eb58ae0
@ -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;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user