summaryrefslogtreecommitdiffstats
path: root/WebContent/VAADIN/themes/reindeer/layouts
diff options
context:
space:
mode:
authorJouni Koivuviita <jouni.koivuviita@itmill.com>2009-05-21 12:42:15 +0000
committerJouni Koivuviita <jouni.koivuviita@itmill.com>2009-05-21 12:42:15 +0000
commit48a1592cbb865222e482f4ec8aa773f68f6274db (patch)
treeb9aebc2258680f4c8a62b4f4646fb5091e35a13f /WebContent/VAADIN/themes/reindeer/layouts
parentc871532b9b40e7b65622f09cfde90f2879af4e48 (diff)
downloadvaadin-framework-48a1592cbb865222e482f4ec8aa773f68f6274db.tar.gz
vaadin-framework-48a1592cbb865222e482f4ec8aa773f68f6274db.zip
reindeer theme update: black style for layout, textfield and buttons.
svn changeset:7935/svn branch:6.0
Diffstat (limited to 'WebContent/VAADIN/themes/reindeer/layouts')
-rw-r--r--WebContent/VAADIN/themes/reindeer/layouts/img/black-bg.pngbin0 -> 282 bytes
-rw-r--r--WebContent/VAADIN/themes/reindeer/layouts/layouts.css8
2 files changed, 8 insertions, 0 deletions
diff --git a/WebContent/VAADIN/themes/reindeer/layouts/img/black-bg.png b/WebContent/VAADIN/themes/reindeer/layouts/img/black-bg.png
new file mode 100644
index 0000000000..124b13f7c3
--- /dev/null
+++ b/WebContent/VAADIN/themes/reindeer/layouts/img/black-bg.png
Binary files differ
diff --git a/WebContent/VAADIN/themes/reindeer/layouts/layouts.css b/WebContent/VAADIN/themes/reindeer/layouts/layouts.css
index a668e76433..1d2c485580 100644
--- a/WebContent/VAADIN/themes/reindeer/layouts/layouts.css
+++ b/WebContent/VAADIN/themes/reindeer/layouts/layouts.css
@@ -29,4 +29,12 @@
.v-horizontallayout-blue,
.v-orderedlayout-blue {
background-color: #bcd3de;
+}
+/* Black background */
+.v-verticallayout-black,
+.v-horizontallayout-black,
+.v-orderedlayout-black {
+ background: #16181a url(img/black-bg.png) repeat-x;
+ color: #c9ccce;
+ text-shadow: #000 0 0 1px;
} \ No newline at end of file