diff options
Diffstat (limited to 'WebContent/VAADIN/themes/liferay/common/common.scss')
-rw-r--r-- | WebContent/VAADIN/themes/liferay/common/common.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/WebContent/VAADIN/themes/liferay/common/common.scss b/WebContent/VAADIN/themes/liferay/common/common.scss index a94431d4cb..0d653baf7c 100644 --- a/WebContent/VAADIN/themes/liferay/common/common.scss +++ b/WebContent/VAADIN/themes/liferay/common/common.scss @@ -1,6 +1,6 @@ @mixin liferay-common { -div.v-app { +body &.v-app { background-color: transparent; } |