summaryrefslogtreecommitdiffstats
path: root/WebContent/VAADIN/themes/liferay/popupview/popupview.scss
diff options
context:
space:
mode:
Diffstat (limited to 'WebContent/VAADIN/themes/liferay/popupview/popupview.scss')
-rw-r--r--WebContent/VAADIN/themes/liferay/popupview/popupview.scss13
1 files changed, 13 insertions, 0 deletions
diff --git a/WebContent/VAADIN/themes/liferay/popupview/popupview.scss b/WebContent/VAADIN/themes/liferay/popupview/popupview.scss
new file mode 100644
index 0000000000..ab06d18c98
--- /dev/null
+++ b/WebContent/VAADIN/themes/liferay/popupview/popupview.scss
@@ -0,0 +1,13 @@
+@mixin liferay-popupview {
+
+.v-popupview-popup {
+ background: #d4d4d4 url(/html/themes/classic/images/application/state_default_bg.png) repeat-x 0 0;
+ padding: 8px;
+ -webkit-border-radius: 4px;
+ -moz-border-radius: 4px;
+ border-radius: 4px;
+ border: 1px solid #c8c9ca;
+ border-color :#c8c9ca #9e9e9e #9e9e9e #c8c9ca;
+}
+
+} \ No newline at end of file