diff options
author | Joonas Lehtinen <joonas.lehtinen@itmill.com> | 2008-06-14 18:58:53 +0000 |
---|---|---|
committer | Joonas Lehtinen <joonas.lehtinen@itmill.com> | 2008-06-14 18:58:53 +0000 |
commit | 83af3fae420878a132c424d39485187244ba032b (patch) | |
tree | 03e881cf39dc8e4ce59ab78571cb44e864c839c2 /WebContent/ITMILL/themes/default/common/common.css | |
parent | 2c9d04e697ee83d8a8e653f6f9b98de0a271ed5c (diff) | |
download | vaadin-framework-83af3fae420878a132c424d39485187244ba032b.tar.gz vaadin-framework-83af3fae420878a132c424d39485187244ba032b.zip |
Removed duplicate error-styles from css
svn changeset:4887/svn branch:trunk
Diffstat (limited to 'WebContent/ITMILL/themes/default/common/common.css')
-rw-r--r-- | WebContent/ITMILL/themes/default/common/common.css | 13 |
1 files changed, 2 insertions, 11 deletions
diff --git a/WebContent/ITMILL/themes/default/common/common.css b/WebContent/ITMILL/themes/default/common/common.css index 3762175dae..419204230a 100644 --- a/WebContent/ITMILL/themes/default/common/common.css +++ b/WebContent/ITMILL/themes/default/common/common.css @@ -57,7 +57,7 @@ color: red; } -/* Field modified & error */
+/* Field modified */
input.i-modified,
.i-richtextarea.i-modified iframe.gwt-RichTextArea,
.i-checkbox.i-modified,
@@ -70,18 +70,9 @@ input.i-modified, .i-modified .i-slider-base { background:transparent;
background-color: #FFFFE0;
-}
- -.i-checkbox-error, -.i-select-error .i-select-option, -.i-select-error .i-select-select, -.i-select-error .i-select-twincol-selections, -.i-select-error .i-select-twincol-options, -.i-slider-error .i-slider-base {
- background:transparent; - background-color: #FFE0E0;
} + /** * Custom toolktip */ |