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 (Arbeitskopie) @@ -14,4 +14,20 @@ table.typo3-page-sysnote tr td.c-headLine { background-color: #c5c1b5; +} + +/* localization overview */ +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