summaryrefslogtreecommitdiffstats
path: root/WebContent/VAADIN/themes/runo/styles.css
diff options
context:
space:
mode:
authorJouni Koivuviita <jouni.koivuviita@itmill.com>2009-12-22 12:33:09 +0000
committerJouni Koivuviita <jouni.koivuviita@itmill.com>2009-12-22 12:33:09 +0000
commit9852204a8c54b650ed43d82b0b8ecd172d4e5b7e (patch)
tree642d01795a9d3aec314aab3988b7cf31bfcd0377 /WebContent/VAADIN/themes/runo/styles.css
parentb5b7158440e00811a225eb62d7da6a4639ef1dfa (diff)
downloadvaadin-framework-9852204a8c54b650ed43d82b0b8ecd172d4e5b7e.tar.gz
vaadin-framework-9852204a8c54b650ed43d82b0b8ecd172d4e5b7e.zip
Small fix for window styles
svn changeset:10524/svn branch:6.2
Diffstat (limited to 'WebContent/VAADIN/themes/runo/styles.css')
-rw-r--r--WebContent/VAADIN/themes/runo/styles.css5
1 files changed, 4 insertions, 1 deletions
diff --git a/WebContent/VAADIN/themes/runo/styles.css b/WebContent/VAADIN/themes/runo/styles.css
index 5626fae70d..a7d1dffdca 100644
--- a/WebContent/VAADIN/themes/runo/styles.css
+++ b/WebContent/VAADIN/themes/runo/styles.css
@@ -1652,7 +1652,7 @@ div.v-tree-node-leaf {
font-weight: bold;
}
/* A more specific selector to make sure padding isn't so easily overridden */
-.div.v-window-header {
+div.v-window-header {
white-space: nowrap;
text-overflow: ellipsis;
-ms-text-overflow: ellipsis;
@@ -1674,6 +1674,9 @@ div.v-tree-node-leaf {
.v-window-contents, x:-moz-any-link, x:default {
overflow: visible;
}
+.v-window-contents > div {
+ outline: none;
+}
.v-window-footer {
overflow: hidden;
zoom: 1;