summaryrefslogtreecommitdiffstats
path: root/WebContent/VAADIN/themes/runo/popupview/popupview.scss
diff options
context:
space:
mode:
Diffstat (limited to 'WebContent/VAADIN/themes/runo/popupview/popupview.scss')
-rw-r--r--WebContent/VAADIN/themes/runo/popupview/popupview.scss13
1 files changed, 13 insertions, 0 deletions
diff --git a/WebContent/VAADIN/themes/runo/popupview/popupview.scss b/WebContent/VAADIN/themes/runo/popupview/popupview.scss
new file mode 100644
index 0000000000..ddae62902e
--- /dev/null
+++ b/WebContent/VAADIN/themes/runo/popupview/popupview.scss
@@ -0,0 +1,13 @@
+@mixin runo-popupview {
+
+.v-popupview {
+ background: transparent;
+}
+.v-popupview-popup {
+ border: 1px solid #babfc0;
+ border-bottom: 1px solid #dee2e3;
+ background: #fff;
+ padding: 3px;
+}
+
+} \ No newline at end of file