summaryrefslogtreecommitdiffstats
path: root/WebContent/VAADIN/themes/reindeer/common
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/common
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/common')
-rw-r--r--WebContent/VAADIN/themes/reindeer/common/common.css5
1 files changed, 3 insertions, 2 deletions
diff --git a/WebContent/VAADIN/themes/reindeer/common/common.css b/WebContent/VAADIN/themes/reindeer/common/common.css
index ec78aa056e..09d22f35bb 100644
--- a/WebContent/VAADIN/themes/reindeer/common/common.css
+++ b/WebContent/VAADIN/themes/reindeer/common/common.css
@@ -120,12 +120,13 @@
}
.v-contextmenu .gwt-MenuItem-selected {
background: transparent repeat-x;
- background-image: url(../common/img/sel-bg.png); /** sprite-ref: verticals; sprite-alignment: repeat */
+ background-image: url(img/sel-bg.png); /** sprite-ref: verticals; sprite-alignment: repeat */
color: #fff;
text-shadow: #3b5a7a 0 1px 0;
}
.v-ie .v-contextmenu .gwt-MenuItem-selected {
- background-image: url(../common/img/sel-bg.png);
+ background-image: url(img/sel-bg.png);
+ background-position: left top;
}
.v-contextmenu .gwt-MenuItem-selected div {
background: transparent;