diff options
author | Artur Signell <artur@vaadin.com> | 2011-11-22 13:08:29 +0200 |
---|---|---|
committer | Artur Signell <artur@vaadin.com> | 2011-11-22 13:18:49 +0200 |
commit | f915fdaf7df06d99737cc8ad5fff8447953c5497 (patch) | |
tree | 62b190996f9eba7e320f6ccff4aab8f740af34de /WebContent/VAADIN/themes/reindeer/tabsheet | |
parent | 587658c364b42f810e97678b862c9862f306c7b0 (diff) | |
download | vaadin-framework-f915fdaf7df06d99737cc8ad5fff8447953c5497.tar.gz vaadin-framework-f915fdaf7df06d99737cc8ad5fff8447953c5497.zip |
#7981 Removed Firefox 2 specific code and CSS
Diffstat (limited to 'WebContent/VAADIN/themes/reindeer/tabsheet')
-rw-r--r-- | WebContent/VAADIN/themes/reindeer/tabsheet/tabsheet-normal-style.css | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/WebContent/VAADIN/themes/reindeer/tabsheet/tabsheet-normal-style.css b/WebContent/VAADIN/themes/reindeer/tabsheet/tabsheet-normal-style.css index 47d8753395..471177cb69 100644 --- a/WebContent/VAADIN/themes/reindeer/tabsheet/tabsheet-normal-style.css +++ b/WebContent/VAADIN/themes/reindeer/tabsheet/tabsheet-normal-style.css @@ -147,10 +147,6 @@ height: 16px; background: transparent url(../common/icons/error.png) no-repeat 50%; } -.v-ff2 .v-tabsheet-tabs .v-icon, -.v-ff2 .v-tabsheet-tabs .v-errorindicator { - display: -moz-inline-stack; -} .v-ie .v-tabsheet-tabs .v-errorindicator { zoom: 1; display: inline; |