diff options
author | Matti Tahvonen <matti.tahvonen@itmill.com> | 2009-01-08 08:17:28 +0000 |
---|---|---|
committer | Matti Tahvonen <matti.tahvonen@itmill.com> | 2009-01-08 08:17:28 +0000 |
commit | 861c091d975593a63749d502a7fdcdf63c4f11bb (patch) | |
tree | 95fb0b148d2191acd44781fc5514af487d58567c /WebContent/ITMILL/themes/default | |
parent | 5f82c97ab8417775d5b3bc8b63d67128465be6d5 (diff) | |
download | vaadin-framework-861c091d975593a63749d502a7fdcdf63c4f11bb.tar.gz vaadin-framework-861c091d975593a63749d502a7fdcdf63c4f11bb.zip |
fixes #2427, disabling link component
svn changeset:6442/svn branch:trunk
Diffstat (limited to 'WebContent/ITMILL/themes/default')
-rw-r--r-- | WebContent/ITMILL/themes/default/common/common.css | 4 | ||||
-rw-r--r-- | WebContent/ITMILL/themes/default/styles.css | 6 |
2 files changed, 10 insertions, 0 deletions
diff --git a/WebContent/ITMILL/themes/default/common/common.css b/WebContent/ITMILL/themes/default/common/common.css index 7d6f0d8cc0..c8266a59da 100644 --- a/WebContent/ITMILL/themes/default/common/common.css +++ b/WebContent/ITMILL/themes/default/common/common.css @@ -214,6 +214,10 @@ input.i-modified, vertical-align: middle; } +.i-disabled a { + cursor: default; +} + .i-link img { vertical-align: middle; } diff --git a/WebContent/ITMILL/themes/default/styles.css b/WebContent/ITMILL/themes/default/styles.css index cb20c81a5c..2bf27bcf4a 100644 --- a/WebContent/ITMILL/themes/default/styles.css +++ b/WebContent/ITMILL/themes/default/styles.css @@ -382,6 +382,12 @@ input.i-modified, vertical-align: middle; } +.i-disabled a { + cursor: default; +} + + + .i-link img { vertical-align: middle; } |