summaryrefslogtreecommitdiffstats
path: root/WebContent/VAADIN/themes/reindeer/layouts
diff options
context:
space:
mode:
authorJouni Koivuviita <jouni.koivuviita@itmill.com>2009-05-28 12:46:57 +0000
committerJouni Koivuviita <jouni.koivuviita@itmill.com>2009-05-28 12:46:57 +0000
commitb9a1f5536a1ffa6fbfad17a81589d96af8f651a8 (patch)
tree98d2b43834bb3aca88360c4672c126ee95569587 /WebContent/VAADIN/themes/reindeer/layouts
parent8a95eed1d936161d92ff8bcabdeb4f8d6f2afaa8 (diff)
downloadvaadin-framework-b9a1f5536a1ffa6fbfad17a81589d96af8f651a8.tar.gz
vaadin-framework-b9a1f5536a1ffa6fbfad17a81589d96af8f651a8.zip
Reindeer theme style name reference example added.
Minor fixes to Reindeer theme. svn changeset:8061/svn branch:6.0
Diffstat (limited to 'WebContent/VAADIN/themes/reindeer/layouts')
-rw-r--r--WebContent/VAADIN/themes/reindeer/layouts/layouts.css6
1 files changed, 4 insertions, 2 deletions
diff --git a/WebContent/VAADIN/themes/reindeer/layouts/layouts.css b/WebContent/VAADIN/themes/reindeer/layouts/layouts.css
index 9db0feaea1..7ac88f92a1 100644
--- a/WebContent/VAADIN/themes/reindeer/layouts/layouts.css
+++ b/WebContent/VAADIN/themes/reindeer/layouts/layouts.css
@@ -27,12 +27,14 @@
/* Blue background */
.v-verticallayout-blue,
.v-horizontallayout-blue,
-.v-orderedlayout-blue {
+.v-orderedlayout-blue,
+.v-panel-content > div.blue {
background-color: #bcd3de;
}
/* Black background */
.v-verticallayout-black,
.v-horizontallayout-black,
-.v-orderedlayout-black {
+.v-orderedlayout-black,
+.v-panel-content > div.black {
background: #16181a url(img/black-bg.png) repeat-x;
} \ No newline at end of file