diff options
author | Jouni Koivuviita <jouni.koivuviita@itmill.com> | 2010-03-22 14:02:59 +0000 |
---|---|---|
committer | Jouni Koivuviita <jouni.koivuviita@itmill.com> | 2010-03-22 14:02:59 +0000 |
commit | c1566151950edf24e0bf62807f38d0b070c9963d (patch) | |
tree | 5e8a44de798e6e5a40f0b0aaea99df5efc0e2dad /WebContent/VAADIN/themes/reindeer/common | |
parent | ebc1a290af52e16e43fb24d3069eb8c60833fad8 (diff) | |
download | vaadin-framework-c1566151950edf24e0bf62807f38d0b070c9963d.tar.gz vaadin-framework-c1566151950edf24e0bf62807f38d0b070c9963d.zip |
Fixes #4334: TextField contents offset in Firefox 3.6
Fixes #4352: Vaadin application font is ugly in Windows Safari/Chrome
* Changed WebKit to render text fields same as all other as well, no more border-images (easier to override in custom themes).
svn changeset:12009/svn branch:6.3
Diffstat (limited to 'WebContent/VAADIN/themes/reindeer/common')
-rw-r--r-- | WebContent/VAADIN/themes/reindeer/common/common.css | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/WebContent/VAADIN/themes/reindeer/common/common.css b/WebContent/VAADIN/themes/reindeer/common/common.css index 731e0eaf1b..93b366d139 100644 --- a/WebContent/VAADIN/themes/reindeer/common/common.css +++ b/WebContent/VAADIN/themes/reindeer/common/common.css @@ -29,30 +29,6 @@ line-height: normal; color: #222; } -/* Fonts for Safari, exchange Helvetica for Arial */ -.v-sa .v-app, -.v-sa .v-window, -.v-sa .v-popupview-popup, -.v-sa .v-tooltip, -.v-sa .v-app input, -.v-sa .v-app select, -.v-sa .v-app button, -.v-sa .v-app textarea, -.v-sa .v-window input, -.v-sa .v-window select, -.v-sa .v-window button, -.v-sa .v-window textarea, -.v-sa .v-popupview-popup input, -.v-sa .v-popupview-popup select, -.v-sa .v-popupview-popup button, -.v-sa .v-popupview-popup textarea, -.v-sa .v-filterselect-suggestpopup, -.v-sa .v-datefield-popup, -.v-sa .v-contextmenu, -.v-Notification, -.v-menubar-submenu { - font-family: Helvetica, Arial, "Lucida Grande", Geneva, Tahoma, Verdana, sans-serif; -} /* Fonts on black background */ .v-app .black, .v-window-black, |