From d66110f84eec765bb26ebaa716bbce79d6c90913 Mon Sep 17 00:00:00 2001 From: hallgren Date: Mon, 21 Nov 2011 15:24:29 +0000 Subject: gfse: example-based: some usability improvements Instead of showing nothing, show disabled buttons and some expanatory text to provide guidance for users getting started with example-based grammar writing. --- 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 ef12fe8f5..ec92a8e01 100644 --- a/src/www/gfse/editor.css +++ b/src/www/gfse/editor.css @@ -52,7 +52,7 @@ div.template:hover .edit { color: orange; } .delete { color: red; } .error_message,.inError { color: red; } -.template, .template .sep { color: #999; } +.template, .template .sep, .unimportant { color: #999; } form { display: inline-block; } table.tabs { -- cgit v1.2.3