diff options
author | Leif Åstrand <leif@vaadin.com> | 2011-11-09 16:48:12 +0200 |
---|---|---|
committer | Leif Åstrand <leif@vaadin.com> | 2011-11-09 16:48:54 +0200 |
commit | 7f57fc6b3df5cd1498562acd515833f654b4618b (patch) | |
tree | 75f149d164d4f65e71a28379453722392f4ac99d /WebContent/VAADIN/themes/reindeer/tabsheet | |
parent | 4a0cde8a8101fa62a2976f225c78deb1eaef27f8 (diff) | |
download | vaadin-framework-7f57fc6b3df5cd1498562acd515833f654b4618b.tar.gz vaadin-framework-7f57fc6b3df5cd1498562acd515833f654b4618b.zip |
#7912 Remove support for IE6
Diffstat (limited to 'WebContent/VAADIN/themes/reindeer/tabsheet')
-rw-r--r-- | WebContent/VAADIN/themes/reindeer/tabsheet/tabsheet-normal-style.css | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/WebContent/VAADIN/themes/reindeer/tabsheet/tabsheet-normal-style.css b/WebContent/VAADIN/themes/reindeer/tabsheet/tabsheet-normal-style.css index 1c22a68a99..478348243e 100644 --- a/WebContent/VAADIN/themes/reindeer/tabsheet/tabsheet-normal-style.css +++ b/WebContent/VAADIN/themes/reindeer/tabsheet/tabsheet-normal-style.css @@ -56,9 +56,6 @@ .v-ie7 .v-tabsheet-caption-close { margin-top: -17px; } -.v-ie6 .v-tabsheet-caption-close { - float: none; -} .v-tabsheet-caption-close:hover { background-image: url(img/close-btn-hover.png); /** sprite-ref: verticals */ } @@ -155,9 +152,6 @@ .v-ff2 .v-tabsheet-tabs .v-errorindicator { display: -moz-inline-stack; } -.v-ie6 .v-tabsheet-tabs .v-errorindicator { - background-image: url(../common/icons/error-ie6.png); -} .v-ie .v-tabsheet-tabs .v-errorindicator { zoom: 1; display: inline; |