From: Leif Åstrand Date: Wed, 7 Mar 2012 12:48:14 +0000 (+0200) Subject: Remove CSS hack for FF2 (#7981) X-Git-Tag: 7.0.0.alpha2~383 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=3b0565b19498aaca12b224650a70de827dc8b70c;p=vaadin-framework.git Remove CSS hack for FF2 (#7981) --- diff --git a/WebContent/VAADIN/themes/base/window/window.css b/WebContent/VAADIN/themes/base/window/window.css index 5f014247e2..986cfeaeb8 100644 --- a/WebContent/VAADIN/themes/base/window/window.css +++ b/WebContent/VAADIN/themes/base/window/window.css @@ -25,15 +25,6 @@ div.v-window-header { .v-window-header .v-icon { vertical-align: middle; /* This has to be 'middle', not 'bottom', to allow larger icons than 16px */ } -/* Partial fix for bug #1106 */ -/* Target Firefox 2 (somehow this will force almost all window borders on top of a Flash object) */ -.v-window-contents, x:-moz-any-link { - overflow: hidden; -} -/* Target Firefox 3 (it doesn't need any trickery, so revert the previous) */ -.v-window-contents, x:-moz-any-link, x:default { - overflow: visible; -} .v-window-contents > div { outline: none; }