summaryrefslogtreecommitdiffstats
path: root/WebContent/VAADIN/themes/runo/progressindicator
diff options
context:
space:
mode:
authorJouni Koivuviita <jouni.koivuviita@itmill.com>2009-05-25 14:08:23 +0000
committerJouni Koivuviita <jouni.koivuviita@itmill.com>2009-05-25 14:08:23 +0000
commit3e6b6f6dcf8736f106c855033c0bd2a109feac50 (patch)
treef154e1568a3b4850ba92ee5f20bfa27480b65943 /WebContent/VAADIN/themes/runo/progressindicator
parentd45fb590e57d55b12635626fb4ca59828e2805d2 (diff)
downloadvaadin-framework-3e6b6f6dcf8736f106c855033c0bd2a109feac50.tar.gz
vaadin-framework-3e6b6f6dcf8736f106c855033c0bd2a109feac50.zip
Refactored loading indicator to be common for both runo and reindeer themes.
Added progress indicator styles to reindeer (copied from runo). svn changeset:7997/svn branch:6.0
Diffstat (limited to 'WebContent/VAADIN/themes/runo/progressindicator')
-rw-r--r--WebContent/VAADIN/themes/runo/progressindicator/progressindicator.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/WebContent/VAADIN/themes/runo/progressindicator/progressindicator.css b/WebContent/VAADIN/themes/runo/progressindicator/progressindicator.css
index 41f797dc8b..a9c20090d6 100644
--- a/WebContent/VAADIN/themes/runo/progressindicator/progressindicator.css
+++ b/WebContent/VAADIN/themes/runo/progressindicator/progressindicator.css
@@ -12,8 +12,8 @@
background: #f7f9f9 url(img/progress.png);
}
.v-progressindicator-indeterminate {
- background: #dfe2e4 url(../common/img/ajax-loader-medium.gif);
+ background: #fff url(../../base/common/img/ajax-loader-medium.gif) no-repeat 50%;
}
.v-progressindicator-indeterminate-disabled {
- background: #dfe2e4 url(../common/img/blank.gif);
+ background: #dfe2e4;
} \ No newline at end of file