diff options
author | Jouni Koivuviita <jouni.koivuviita@itmill.com> | 2009-09-04 07:51:47 +0000 |
---|---|---|
committer | Jouni Koivuviita <jouni.koivuviita@itmill.com> | 2009-09-04 07:51:47 +0000 |
commit | 87a07df93237fb656b046c1f5cb1ae06f16c2385 (patch) | |
tree | ea10696f00bd612620c1eabd56cfe0784dc8b819 /WebContent/VAADIN/themes/runo/button/button.css | |
parent | 82c0df4475078b5d5fb8a9753c6dfc716d9cb25f (diff) | |
download | vaadin-framework-87a07df93237fb656b046c1f5cb1ae06f16c2385.tar.gz vaadin-framework-87a07df93237fb656b046c1f5cb1ae06f16c2385.zip |
Fixes #3280: Immediate upload component doesn't respect upload button caption width
svn changeset:8664/svn branch:6.1
Diffstat (limited to 'WebContent/VAADIN/themes/runo/button/button.css')
-rw-r--r-- | WebContent/VAADIN/themes/runo/button/button.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/WebContent/VAADIN/themes/runo/button/button.css b/WebContent/VAADIN/themes/runo/button/button.css index 667c230f17..53762a03df 100644 --- a/WebContent/VAADIN/themes/runo/button/button.css +++ b/WebContent/VAADIN/themes/runo/button/button.css @@ -16,6 +16,8 @@ border: 1px solid #babfc0;
border-bottom-color: #a5abac;
background: #fff url(img/bg.png);
+ -webkit-background-origin: padding;
+ -moz-background-origin: padding;
padding: 3px 15px;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
@@ -25,6 +27,9 @@ min-height: 16px;
}
+.v-button-caption {
+ color: #464f52;
+ }
/* Small style */
|