moved green color from fieldset to legend
This commit is contained in:
parent
c6a3bc18aa
commit
e7a2aeda7d
|
@ -58,10 +58,12 @@ background-color:#CCCCFF;
|
||||||
}
|
}
|
||||||
|
|
||||||
fieldset {
|
fieldset {
|
||||||
color:darkgreen;
|
|
||||||
background-color:#EEEEEE;
|
background-color:#EEEEEE;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
legend {
|
||||||
|
color:darkgreen;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in New Issue