aboutsummaryrefslogtreecommitdiffstats
path: root/WebContent
diff options
context:
space:
mode:
authorLeif Åstrand <leif@vaadin.com>2013-01-11 07:18:07 +0000
committerVaadin Code Review <review@vaadin.com>2013-01-11 07:18:07 +0000
commit5795d7bcec8cb3c0140c46cd0a7338a6abf5277e (patch)
tree5858cefebf8cd86e5364079bf73d11e780e889e4 /WebContent
parentc590f6c3f3d67b6bc28f4f878262d0d145ba2268 (diff)
parenteb836f6df012d9a553d05b230753fddb1dacfd2b (diff)
downloadvaadin-framework-5795d7bcec8cb3c0140c46cd0a7338a6abf5277e.tar.gz
vaadin-framework-5795d7bcec8cb3c0140c46cd0a7338a6abf5277e.zip
Merge "Fixed Reindeer black/light window styles (#9687)"
Diffstat (limited to 'WebContent')
-rw-r--r--WebContent/VAADIN/themes/reindeer/window/window.scss11
1 files changed, 5 insertions, 6 deletions
diff --git a/WebContent/VAADIN/themes/reindeer/window/window.scss b/WebContent/VAADIN/themes/reindeer/window/window.scss
index 073980e6d9..e6a73ee2c0 100644
--- a/WebContent/VAADIN/themes/reindeer/window/window.scss
+++ b/WebContent/VAADIN/themes/reindeer/window/window.scss
@@ -113,7 +113,7 @@
background: transparent;
}
/* This must be the last sprite added to the verticals-sprite image */
-.#{$primaryStyleName}-light .#{$primaryStyleName}-wrap2 {
+.#{$primaryStyleName}-light .#{$primaryStyleName}-wrap {
background: #f7f7f8 repeat-x;
background-image: url(img/content-bg-light.png); /** sprite-ref: verticals; sprite-alignment: repeat */
}
@@ -134,19 +134,18 @@
.v-op & .#{$primaryStyleName}-black .#{$primaryStyleName}-wrap {
border-color: rgba(0,0,0,.8);
}
-.#{$primaryStyleName}-black .#{$primaryStyleName}-wrap2 {
+.#{$primaryStyleName}-black .#{$primaryStyleName}-wrap {
background-color: #1d2021;
-moz-border-radius: 7px;
-webkit-border-radius: 7px;
}
-.v-sa & .#{$primaryStyleName}-black .#{$primaryStyleName}-wrap2,
-.v-op & .#{$primaryStyleName}-black .#{$primaryStyleName}-wrap2 {
+.v-sa & .#{$primaryStyleName}-black .#{$primaryStyleName}-wrap,
+.v-op & .#{$primaryStyleName}-black .#{$primaryStyleName}-wrap {
background-color: rgba(29,32,33,.9);
}
.#{$primaryStyleName}-black .#{$primaryStyleName}-outerheader {
- height: auto;
+ height: 29px;
padding: 7px 14px;
- height: 15px;
background: transparent repeat-x;
background-image: url(img/black/header-bg.png); /** sprite-ref: black-verticals; sprite-alignment: repeat */
text-align: center;