VAADIN アプリケーションのカスタム テーマが /kopiMapReportGeneration/WebContent/VAADIN/themes にあり、style.css の進行状況インジケーターを変更したい:
.v-loading-indicator, .v-loading-indicator-delay, .v-loading-indicator-wait {
width: 100%;
height: 100%;
margin: 0;
background-position: 50%;
background-image: url("../customThemes/img/progress.gif");
background-color: gray;
opacity: .8;
-ms-filter: alpha(opacity=80);
filter: alpha(opacity=80);
background-repeat: no-repeat;
background-attachment: fixed;
}
これが画像のパス/WebContent/VAADIN/themes/customThemes/img/progress.gif
です。問題は、css の変更が考慮されていないことです。