diff options
| author | hallgren <hallgren@chalmers.se> | 2012-10-01 16:29:59 +0000 |
|---|---|---|
| committer | hallgren <hallgren@chalmers.se> | 2012-10-01 16:29:59 +0000 |
| commit | a78220784155755b4734f2a847ab1186782cafff (patch) | |
| tree | dd0d2371daa0157bfcfac96935759bb77fdd6911 /src/www/gfse/editor.css | |
| parent | 0790af56a8538b860b1afde96a59925f5cf18d98 (diff) | |
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.
Diffstat (limited to 'src/www/gfse/editor.css')
| -rw-r--r-- | src/www/gfse/editor.css | 2 |
1 files changed, 1 insertions, 1 deletions
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; |
