Index: typo3/sysext/t3skin/stylesheets/visual/module_web_info.css =================================================================== --- typo3/sysext/t3skin/stylesheets/visual/module_web_info.css (revision 9674) +++ typo3/sysext/t3skin/stylesheets/visual/module_web_info.css (working copy) @@ -14,4 +14,19 @@ table.typo3-page-sysnote tr td.c-headLine { background-color: #c5c1b5; +} + +table#langTable td.c-blocked { + background-color: #f6d3cf; +} + +table#langTable td.c-ok { + background-color: #cdeaca; +} + +table#langTable td.c-fallback { +} + +table#langTable td.c-leftLine { + border-left: 1px solid #A2AAB8; } \ No newline at end of file