summaryrefslogtreecommitdiff
path: root/src/www/gfse/editor.css
diff options
context:
space:
mode:
authorhallgren <hallgren@chalmers.se>2012-09-21 10:45:10 +0000
committerhallgren <hallgren@chalmers.se>2012-09-21 10:45:10 +0000
commitd7890b628f4b06cae952bb5af97d37150a55bc7d (patch)
treebc75d4f44873041c6277b15ca8dbbd28bd010bf9 /src/www/gfse/editor.css
parentb3f6d3612b7e560791a54f6d56a8757ac9f060ca (diff)
gfse: added a new "matrix view" of grammars
Diffstat (limited to 'src/www/gfse/editor.css')
-rw-r--r--src/www/gfse/editor.css4
1 files changed, 3 insertions, 1 deletions
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; }