diff options
author | Artur Signell <artur.signell@itmill.com> | 2010-04-30 08:39:48 +0000 |
---|---|---|
committer | Artur Signell <artur.signell@itmill.com> | 2010-04-30 08:39:48 +0000 |
commit | 26d3c1eaeb32461d754ae8c8a754115cca4f9806 (patch) | |
tree | a7fb1d9babe9b495e109e74220015e81707430ba /WebContent/VAADIN/themes/reindeer/common | |
parent | 7b9169f8b78dc747f45fe0b3b27c3625438a3b47 (diff) | |
download | vaadin-framework-26d3c1eaeb32461d754ae8c8a754115cca4f9806.tar.gz vaadin-framework-26d3c1eaeb32461d754ae8c8a754115cca4f9806.zip |
Merged remaining 6.3.1 fixes
svn changeset:12947/svn branch:6.4
Diffstat (limited to 'WebContent/VAADIN/themes/reindeer/common')
-rw-r--r-- | WebContent/VAADIN/themes/reindeer/common/common.css | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/WebContent/VAADIN/themes/reindeer/common/common.css b/WebContent/VAADIN/themes/reindeer/common/common.css index 342990894e..34c4f4c585 100644 --- a/WebContent/VAADIN/themes/reindeer/common/common.css +++ b/WebContent/VAADIN/themes/reindeer/common/common.css @@ -107,4 +107,18 @@ .v-contextmenu .gwt-MenuItem-selected div { background: transparent; cursor: default; +} + +/* Fixes for Liferay 6.0 */ +.portlet .v-app { + background: transparent; +} +.v-app .v-radiobutton input, +.v-window .v-radiobutton input, +.v-popupview-popup .v-radiobutton input, +.v-app .v-checkbox input, +.v-window .v-checkbox input, +.v-popupview-popup .v-checkbox input { + margin-right: 3px; + background: transparent; }
\ No newline at end of file |