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/a-sprite-definitions | |
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/a-sprite-definitions')
-rw-r--r-- | WebContent/VAADIN/themes/reindeer/a-sprite-definitions/a-sprite-definitions.css | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/WebContent/VAADIN/themes/reindeer/a-sprite-definitions/a-sprite-definitions.css b/WebContent/VAADIN/themes/reindeer/a-sprite-definitions/a-sprite-definitions.css index fe459e92d7..2b3eeb2a7a 100644 --- a/WebContent/VAADIN/themes/reindeer/a-sprite-definitions/a-sprite-definitions.css +++ b/WebContent/VAADIN/themes/reindeer/a-sprite-definitions/a-sprite-definitions.css @@ -4,8 +4,11 @@ /** sprite: verticals; sprite-image: url(../common/img/vertical-sprites.png); sprite-layout: vertical */ /** sprite: horizontals; sprite-image: url(../common/img/horizontal-sprites.png); sprite-layout: horizontal */ +/** sprite: black-verticals; sprite-image: url(../common/img/black-vertical-sprites.png); sprite-layout: vertical */ +/** sprite: black-horizontals; sprite-image: url(../common/img/black-horizontal-sprites.png); sprite-layout: horizontal */ + /*------------ * Buttons * -----------*/ /** sprite: buttons; sprite-image: url(../button/img/button-sprites.png); sprite-layout: vertical */ -/** sprite: buttons-black; sprite-image: url(../button/img/button-black-sprites.png); sprite-layout: vertical */
\ No newline at end of file +/** sprite: black-buttons; sprite-image: url(../button/img/black-button-sprites.png); sprite-layout: vertical */
\ No newline at end of file |