モジュールから標準の継承を削除し、次のように置き換えました。
<inherits name='com.google.gwt.user.theme.clean.Clean'/>
しかし、私のプロジェクトにはまだ標準テーマが含まれており、クリーン後:
<link rel="stylesheet" href="http://127.0.0.1:8888/formulariorequerimientos3/gwt/clean/clean.css">
<link rel="stylesheet" href="http://127.0.0.1:8888/formulariorequerimientos3/gwt/standard/standard.css">
スタイルが混在していて、標準テーマの恐ろしいダイアログボックスが表示されます。助けてください!