summaryrefslogtreecommitdiffstats
path: root/WebContent
diff options
context:
space:
mode:
Diffstat (limited to 'WebContent')
-rw-r--r--WebContent/VAADIN/themes/base/grid/grid.scss12
1 files changed, 12 insertions, 0 deletions
diff --git a/WebContent/VAADIN/themes/base/grid/grid.scss b/WebContent/VAADIN/themes/base/grid/grid.scss
index 88c7754a10..de38b8c1ff 100644
--- a/WebContent/VAADIN/themes/base/grid/grid.scss
+++ b/WebContent/VAADIN/themes/base/grid/grid.scss
@@ -35,4 +35,16 @@
.#{$primaryStyleName}-row-selected > td {
background: lightblue;
}
+
+ .#{$primaryStyleName}-editor-row {
+
+ position: absolute;
+ background: #EEE;
+ box-shadow: 0 0 5px;
+
+ & > div {
+ position: absolute;
+ border: 1px solid #CCC;
+ }
+ }
}