diff options
author | Henri Sara <henri.sara@itmill.com> | 2010-02-01 08:52:51 +0000 |
---|---|---|
committer | Henri Sara <henri.sara@itmill.com> | 2010-02-01 08:52:51 +0000 |
commit | a9a7a79e0f4611be13a2e5eb0a152601831c8b7c (patch) | |
tree | cedd95545497594e42504ad6bcae943e62a3c384 /WebContent/VAADIN/themes/runo/styles.css | |
parent | 1e2a4afc96a7376b922b342224f8e2e4297385aa (diff) | |
download | vaadin-framework-a9a7a79e0f4611be13a2e5eb0a152601831c8b7c.tar.gz vaadin-framework-a9a7a79e0f4611be13a2e5eb0a152601831c8b7c.zip |
Merged code changes from 6.2
svn changeset:11069/svn branch:6.3
Diffstat (limited to 'WebContent/VAADIN/themes/runo/styles.css')
-rw-r--r-- | WebContent/VAADIN/themes/runo/styles.css | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/WebContent/VAADIN/themes/runo/styles.css b/WebContent/VAADIN/themes/runo/styles.css index 06bce5dfa9..7e14ce6d40 100644 --- a/WebContent/VAADIN/themes/runo/styles.css +++ b/WebContent/VAADIN/themes/runo/styles.css @@ -59,7 +59,11 @@ -moz-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box; - } +} + +.v-button.v-disabled { + cursor: default; +} .v-ie6 .v-button { display: inline; |