diff options
author | Jouni Koivuviita <jouni.koivuviita@itmill.com> | 2009-05-21 12:42:15 +0000 |
---|---|---|
committer | Jouni Koivuviita <jouni.koivuviita@itmill.com> | 2009-05-21 12:42:15 +0000 |
commit | 48a1592cbb865222e482f4ec8aa773f68f6274db (patch) | |
tree | b9aebc2258680f4c8a62b4f4646fb5091e35a13f /WebContent/VAADIN/themes/reindeer/layouts | |
parent | c871532b9b40e7b65622f09cfde90f2879af4e48 (diff) | |
download | vaadin-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.png | bin | 0 -> 282 bytes | |||
-rw-r--r-- | WebContent/VAADIN/themes/reindeer/layouts/layouts.css | 8 |
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 Binary files differnew file mode 100644 index 0000000000..124b13f7c3 --- /dev/null +++ b/WebContent/VAADIN/themes/reindeer/layouts/img/black-bg.png 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 |