From d7890b628f4b06cae952bb5af97d37150a55bc7d Mon Sep 17 00:00:00 2001 From: hallgren Date: Fri, 21 Sep 2012 10:45:10 +0000 Subject: gfse: added a new "matrix view" of grammars --- src/www/gfse/editor.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/www/gfse/editor.css') diff --git a/src/www/gfse/editor.css b/src/www/gfse/editor.css index dc7180c33..9ef8259a3 100644 --- a/src/www/gfse/editor.css +++ b/src/www/gfse/editor.css @@ -22,7 +22,7 @@ div.files { margin: 0 8px 8px 8px; position: relative; } div#file, table.extension td, table.extension th { border: 2px solid #009; } div#file { border-top-width: 0; } pre.plain { border: 2px solid #009; } -div#file, pre.plain { background: white; padding: 0.6ex; } +div#file, pre.plain, table.matrixview td { background: white; padding: 0.6ex; } table.extension { border-collapse: collapse; background: white; } table.extension td, table.extension th { padding: 1ex; } @@ -87,6 +87,8 @@ table.tabs td.inactive { border-top-color: #66c; border-left-color: #66c; border-right-color: #66c; } +table.matrixview th { background: #cef; color: #009; } + table.tabs td.gap { border-top-width: 0; border-left-width: 0; border-right-width: 0; } -- cgit v1.2.3