diff options
Diffstat (limited to 'WebContent/VAADIN/themes/liferay/panel')
-rw-r--r-- | WebContent/VAADIN/themes/liferay/panel/panel.scss (renamed from WebContent/VAADIN/themes/liferay/panel/panel.css) | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/WebContent/VAADIN/themes/liferay/panel/panel.css b/WebContent/VAADIN/themes/liferay/panel/panel.scss index bb0bbe5338..79172b2474 100644 --- a/WebContent/VAADIN/themes/liferay/panel/panel.css +++ b/WebContent/VAADIN/themes/liferay/panel/panel.scss @@ -1,3 +1,5 @@ +@mixin liferay-panel { + .v-panel { background: transparent url(top-left.png) no-repeat; } @@ -80,3 +82,5 @@ .v-ie .v-panel-caption-light { border-bottom: 1px solid #999; } + +}
\ No newline at end of file |