diff --git a/lam/style/500_layout.css b/lam/style/500_layout.css index 069e091f..fcbf7c92 100644 --- a/lam/style/500_layout.css +++ b/lam/style/500_layout.css @@ -84,6 +84,12 @@ border:1px solid #af8800; padding:10px; } +div.filled { +background-color:#fff3c8; +border:1px solid #af8800; +padding:10px; +} + legend { color:black; }