summaryrefslogtreecommitdiffstats
path: root/WebContent/VAADIN/themes/reindeer/grid/grid.scss
diff options
context:
space:
mode:
Diffstat (limited to 'WebContent/VAADIN/themes/reindeer/grid/grid.scss')
-rw-r--r--WebContent/VAADIN/themes/reindeer/grid/grid.scss31
1 files changed, 31 insertions, 0 deletions
diff --git a/WebContent/VAADIN/themes/reindeer/grid/grid.scss b/WebContent/VAADIN/themes/reindeer/grid/grid.scss
index 8dacb3ccce..28c5977fda 100644
--- a/WebContent/VAADIN/themes/reindeer/grid/grid.scss
+++ b/WebContent/VAADIN/themes/reindeer/grid/grid.scss
@@ -57,4 +57,35 @@
background-image: url(img/desc-light.png);
}
+ .#{$primaryStyleName}-editor-footer {
+ background: #dfe1e3;
+ }
+
+ .#{$primaryStyleName}-editor-cells > div {
+ .v-textfield,
+ .v-textfield-focus,
+ .v-datefield,
+ .v-datefield .v-textfield-focus,
+ .v-filterselect,
+ .v-filterselect-input,
+ .v-filterselect-input:focus {
+ border: none;
+ border-radius: 0;
+ background: transparent;
+ }
+
+ .v-filterselect {
+ overflow: hidden;
+ }
+
+ .v-filterselect-input {
+ height: 100%;
+ }
+
+ .v-filterselect-button {
+ // 24px is the height of v-filterselect
+ margin-top: round((24px - $v-grid-row-height) / -2)
+ }
+ }
+
}