diff options
author | Jouni Koivuviita <jouni.koivuviita@itmill.com> | 2009-05-06 11:15:32 +0000 |
---|---|---|
committer | Jouni Koivuviita <jouni.koivuviita@itmill.com> | 2009-05-06 11:15:32 +0000 |
commit | dcce94df7de1106d74d9338beb41a06c9583aa38 (patch) | |
tree | a1091038b16e058af1fa16d1052101449d3655fa /WebContent/ITMILL/themes/base | |
parent | d31cebd06e5e9c8fccaa437b9514a489bb286054 (diff) | |
download | vaadin-framework-dcce94df7de1106d74d9338beb41a06c9583aa38.tar.gz vaadin-framework-dcce94df7de1106d74d9338beb41a06c9583aa38.zip |
"Poro" theme improvements. Now includes three different button styles :)
svn changeset:7638/svn branch:theme_2009_03
Diffstat (limited to 'WebContent/ITMILL/themes/base')
-rw-r--r-- | WebContent/ITMILL/themes/base/common/common.css | 6 | ||||
-rw-r--r-- | WebContent/ITMILL/themes/base/styles.css | 6 |
2 files changed, 2 insertions, 10 deletions
diff --git a/WebContent/ITMILL/themes/base/common/common.css b/WebContent/ITMILL/themes/base/common/common.css index 6678aadea9..ab15255688 100644 --- a/WebContent/ITMILL/themes/base/common/common.css +++ b/WebContent/ITMILL/themes/base/common/common.css @@ -52,11 +52,7 @@ .i-window select { margin: 0; } -.i-disabled -/*, -.i-app .i-disabled, -.i-window .i-disabled, -.i-popupview-popup .i-disabled*/ { +.i-disabled { opacity: .3; filter: alpha(opacity=30); cursor: default; diff --git a/WebContent/ITMILL/themes/base/styles.css b/WebContent/ITMILL/themes/base/styles.css index 3a7f29ea22..a7b8129611 100644 --- a/WebContent/ITMILL/themes/base/styles.css +++ b/WebContent/ITMILL/themes/base/styles.css @@ -219,11 +219,7 @@ .i-window select { margin: 0; } -.i-disabled -/*, -.i-app .i-disabled, -.i-window .i-disabled, -.i-popupview-popup .i-disabled*/ { +.i-disabled { opacity: .3; filter: alpha(opacity=30); cursor: default; |