diff options
author | Leif Åstrand <leif@vaadin.com> | 2011-12-01 15:20:28 +0200 |
---|---|---|
committer | Leif Åstrand <leif@vaadin.com> | 2011-12-01 15:20:28 +0200 |
commit | 7962a2f47f3e4b61a4033c0fb8ff30a7cb37a1fe (patch) | |
tree | 799c596ec0a5d7da3c9ad2e72cb1ed8ba9a8b0f1 /WebContent/VAADIN/themes/base/progressindicator | |
parent | bc93f0e2418a2f67db12212c8f13c00c4aef00a1 (diff) | |
download | vaadin-framework-7962a2f47f3e4b61a4033c0fb8ff30a7cb37a1fe.tar.gz vaadin-framework-7962a2f47f3e4b61a4033c0fb8ff30a7cb37a1fe.zip |
Remove the last simple ie6 hacks #7912
Diffstat (limited to 'WebContent/VAADIN/themes/base/progressindicator')
-rw-r--r-- | WebContent/VAADIN/themes/base/progressindicator/progressindicator.css | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/WebContent/VAADIN/themes/base/progressindicator/progressindicator.css b/WebContent/VAADIN/themes/base/progressindicator/progressindicator.css index a9a90c4b06..4037802cf2 100644 --- a/WebContent/VAADIN/themes/base/progressindicator/progressindicator.css +++ b/WebContent/VAADIN/themes/base/progressindicator/progressindicator.css @@ -1,21 +1,17 @@ .v-progressindicator { - overflow: hidden; /* for IE6 */ width: 150px; } .v-progressindicator-wrapper { - overflow: hidden; /* for IE6 */ height: 7px; border: 1px solid #ddd; } .v-progressindicator-indicator { height: 7px; - overflow: hidden; /* for IE6 */ background: #ddd; } div.v-progressindicator-indeterminate { height: 20px; width: 20px; - overflow: hidden; /* for IE6 */ background: #fff url(../common/img/ajax-loader-medium.gif) no-repeat 50%; border-radius: 4px; -webkit-border-radius: 4px; @@ -31,6 +27,5 @@ div.v-progressindicator-indeterminate { div.v-progressindicator-indeterminate-disabled { height: 20px; width: 20px; - overflow: hidden; /* for IE6 */ background: transparent; }
\ No newline at end of file |