aboutsummaryrefslogtreecommitdiffstats
path: root/WebContent/VAADIN/themes/liferay/popupview/popupview.css
diff options
context:
space:
mode:
Diffstat (limited to 'WebContent/VAADIN/themes/liferay/popupview/popupview.css')
-rw-r--r--WebContent/VAADIN/themes/liferay/popupview/popupview.css9
1 files changed, 9 insertions, 0 deletions
diff --git a/WebContent/VAADIN/themes/liferay/popupview/popupview.css b/WebContent/VAADIN/themes/liferay/popupview/popupview.css
new file mode 100644
index 0000000000..06cfddb7fe
--- /dev/null
+++ b/WebContent/VAADIN/themes/liferay/popupview/popupview.css
@@ -0,0 +1,9 @@
+.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