summaryrefslogtreecommitdiffstats
path: root/WebContent
diff options
context:
space:
mode:
authorLeif Åstrand <leif@vaadin.com>2012-03-07 14:48:14 +0200
committerLeif Åstrand <leif@vaadin.com>2012-03-07 14:48:14 +0200
commit3b0565b19498aaca12b224650a70de827dc8b70c (patch)
tree3976de6f321fb033fc1824b174ab25b6ac0bdfc8 /WebContent
parente439a08a0e561212419e0bd99660e85211f8b968 (diff)
downloadvaadin-framework-3b0565b19498aaca12b224650a70de827dc8b70c.tar.gz
vaadin-framework-3b0565b19498aaca12b224650a70de827dc8b70c.zip
Remove CSS hack for FF2 (#7981)
Diffstat (limited to 'WebContent')
-rw-r--r--WebContent/VAADIN/themes/base/window/window.css9
1 files changed, 0 insertions, 9 deletions
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;
}