From a78220784155755b4734f2a847ab1186782cafff Mon Sep 17 00:00:00 2001 From: hallgren Date: Mon, 1 Oct 2012 16:29:59 +0000 Subject: gfse: matrix view improvements + You can click on a column header to switch to column view (i.e. the corresponding abstract/concrete syntax tab). + The categories and functions in the abstract syntax can be edited directly in the matrix view. --- src/www/gfse/editor.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/www/gfse/editor.css') diff --git a/src/www/gfse/editor.css b/src/www/gfse/editor.css index 876e56759..2abebd09e 100644 --- a/src/www/gfse/editor.css +++ b/src/www/gfse/editor.css @@ -93,7 +93,7 @@ table.matrixview th { background: #cef; color: #009; } table.tabs td.gap { border-top-width: 0; border-left-width: 0; border-right-width: 0; } -table.tabs input[type=button] { +table.tabs input[type=button], table.matrixview th input[type=button] { border: 0; background: inherit; color: #009; -- cgit v1.2.3