diff --git a/theme/standard/styles_color.css b/theme/standard/styles_color.css index 3df47c2610b..a6a24709639 100644 --- a/theme/standard/styles_color.css +++ b/theme/standard/styles_color.css @@ -178,6 +178,16 @@ table.formtable tbody th { } +.generaltable .cell { + background-color:#FFFFFF; + border-color:#EEEEEE; +} + +.generaltable { + border-color:#EEEEEE; +} + + /*** *** Header diff --git a/theme/standard/styles_layout.css b/theme/standard/styles_layout.css index 9d42dea15e9..083d6848e1c 100644 --- a/theme/standard/styles_layout.css +++ b/theme/standard/styles_layout.css @@ -154,6 +154,17 @@ img.grouppicture, .feedback { } +.generaltable { + border-width: 1px; + border-style: solid; +} + +.generaltable .cell { + border-width: 1px; + border-style: solid; + border-collapse: collapse; +} + .initialbar { text-align: center; }