summaryrefslogtreecommitdiffstats
path: root/WebContent/VAADIN/themes/runo/button
diff options
context:
space:
mode:
authorJouni Koivuviita <jouni.koivuviita@itmill.com>2009-09-04 12:08:32 +0000
committerJouni Koivuviita <jouni.koivuviita@itmill.com>2009-09-04 12:08:32 +0000
commitef488df19ce15c651ae7b23a797671746ae18c2f (patch)
tree1a63e9c8d354d46df3e8a82adb91fd18d975ab40 /WebContent/VAADIN/themes/runo/button
parent87a07df93237fb656b046c1f5cb1ae06f16c2385 (diff)
downloadvaadin-framework-ef488df19ce15c651ae7b23a797671746ae18c2f.tar.gz
vaadin-framework-ef488df19ce15c651ae7b23a797671746ae18c2f.zip
Fixes ##2972: Create theme selector for Sampler
svn changeset:8665/svn branch:6.1
Diffstat (limited to 'WebContent/VAADIN/themes/runo/button')
-rw-r--r--WebContent/VAADIN/themes/runo/button/button.css6
1 files changed, 4 insertions, 2 deletions
diff --git a/WebContent/VAADIN/themes/runo/button/button.css b/WebContent/VAADIN/themes/runo/button/button.css
index 53762a03df..230d49912f 100644
--- a/WebContent/VAADIN/themes/runo/button/button.css
+++ b/WebContent/VAADIN/themes/runo/button/button.css
@@ -33,7 +33,8 @@
/* Small style */
-.v-button-small {
+.v-button-small,
+.v-disabled.v-button-small {
font-size: 11px;
line-height: 14px;
padding: 1px 15px;
@@ -42,7 +43,8 @@
/* Link style */
-.v-button-link {
+.v-button-link,
+.v-disabled.v-button-link {
border: none;
background: transparent;
padding: 0;