From 0c82dad0ab225aeb9920b2e5c6f061da871bea66 Mon Sep 17 00:00:00 2001 From: Jouni Koivuviita Date: Fri, 6 Feb 2015 00:05:21 +0200 Subject: Grid editor theme redesign (#16593) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Editor theme is now more flexible with regards to CSS. There are now separate elements for containing the edited cells and the “footer” which contains an optional message area and the save and cancel buttons. Change-Id: I9addcb6adca792a9251ffada99fbe9b77502c77a --- WebContent/VAADIN/themes/runo/grid/grid.scss | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'WebContent/VAADIN/themes/runo') diff --git a/WebContent/VAADIN/themes/runo/grid/grid.scss b/WebContent/VAADIN/themes/runo/grid/grid.scss index a1081878cc..06a04ec626 100644 --- a/WebContent/VAADIN/themes/runo/grid/grid.scss +++ b/WebContent/VAADIN/themes/runo/grid/grid.scss @@ -50,4 +50,8 @@ background-image: url(img/sort-desc.png); } + .#{$primaryStyleName}-editor-footer { + background: #e7e9ea; + } + } -- cgit v1.2.3