diff options
author | Artur Signell <artur@vaadin.com> | 2011-11-22 17:05:42 +0200 |
---|---|---|
committer | Artur Signell <artur@vaadin.com> | 2011-11-22 17:05:42 +0200 |
commit | a86f5e6a15bb3abbcab6f0f08ed6601be7b3b201 (patch) | |
tree | 0c44cc106cf753edf6895126ec6105d94a1fad96 /WebContent/VAADIN/themes/chameleon | |
parent | e1f4a1215aa6cc65822e7968cfe385fe0b1b695c (diff) | |
download | vaadin-framework-a86f5e6a15bb3abbcab6f0f08ed6601be7b3b201.tar.gz vaadin-framework-a86f5e6a15bb3abbcab6f0f08ed6601be7b3b201.zip |
#7984 removed Firefox workarounds
Diffstat (limited to 'WebContent/VAADIN/themes/chameleon')
-rw-r--r-- | WebContent/VAADIN/themes/chameleon/common/common.css | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/WebContent/VAADIN/themes/chameleon/common/common.css b/WebContent/VAADIN/themes/chameleon/common/common.css index 2e0b9d8e75..9d5a64b2ad 100644 --- a/WebContent/VAADIN/themes/chameleon/common/common.css +++ b/WebContent/VAADIN/themes/chameleon/common/common.css @@ -28,8 +28,7 @@ -moz-border-radius: 4px; } -.v-sa .v-tooltip, -.v-ff3 .v-tooltip { +.v-sa .v-tooltip { outline: 1px solid rgba(0,0,0,.2); -webkit-border-radius: 0; -moz-border-radius: 0; |