]> source.dussan.org Git - vaadin-framework.git/commitdiff
Remove CSS hack for FF2 (#7981)
authorLeif Åstrand <leif@vaadin.com>
Wed, 7 Mar 2012 12:48:14 +0000 (14:48 +0200)
committerLeif Åstrand <leif@vaadin.com>
Wed, 7 Mar 2012 12:48:14 +0000 (14:48 +0200)
WebContent/VAADIN/themes/base/window/window.css

index 5f014247e266ef79b3decae49bfe38e62e877e71..986cfeaeb8ed45adfcc92236c7be41c19a4df09a 100644 (file)
@@ -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;
 }