]> source.dussan.org Git - vaadin-framework.git/commitdiff
Fixed #1821 : Required, modified and error background styles should be disabled in...
authorJoonas Lehtinen <joonas.lehtinen@itmill.com>
Sat, 14 Jun 2008 19:21:40 +0000 (19:21 +0000)
committerJoonas Lehtinen <joonas.lehtinen@itmill.com>
Sat, 14 Jun 2008 19:21:40 +0000 (19:21 +0000)
svn changeset:4889/svn branch:trunk

WebContent/ITMILL/themes/default/button/button.css
WebContent/ITMILL/themes/default/common/common.css
WebContent/ITMILL/themes/default/datefield/datefield.css
WebContent/ITMILL/themes/default/select/select.css
WebContent/ITMILL/themes/default/slider/slider.css
WebContent/ITMILL/themes/default/styles.css
WebContent/ITMILL/themes/default/textfield/textfield.css

index 30fdff6618c7eaf64d2fd52d7a3ba697f3405017..1b933bff05aeb71bfe88bd38edfe4046c9b0a9fb 100644 (file)
        text-decoration: underline;
 }
 
+/* Disabled by default
 .i-checkbox-error {
        background:transparent;
        background-color: #FFE0E0;
 }
+*/
+
+/* Disabled by default
+.i-checkbox-required {
+       background:transparent;
+       background-color: #FFE0E0;
+}
+*/
\ No newline at end of file
index 419204230af71b0b31f9f0dbcf3abbd880bb5d04..eae8622c0f0660dd0bf60ff668f1e97bb01ae6fb 100644 (file)
@@ -57,7 +57,8 @@
        color: red;
 }
 \r
-/* Field modified */\r
+/* Field modified */
+/* Disabled by default\r
 input.i-modified,\r
 .i-richtextarea.i-modified iframe.gwt-RichTextArea,\r
 .i-checkbox.i-modified,\r
@@ -71,7 +72,7 @@ input.i-modified,
        background:transparent;\r
        background-color: #FFFFE0;\r
 }
-
+*/
 
 /**
  * Custom toolktip
index 529d05b80b3adf9f86fa2e9e727660f19b225a13..b7c1e378403871d9235ddabd134059af7b1c825e 100644 (file)
        margin: 0;\r
 }
 
+/* Disabled by default
 .i-datefield-error .i-textfield,
 .i-datefield-error .i-datefield-calendarpanel {
        background:transparent;
        background-color: #FFE0E0;
 }
+*/
+
+/* Disabled by default
+.i-datefield-required .i-textfield,
+.i-datefield-required .i-datefield-calendarpanel {
+       background:transparent;
+       background-color: #FFE0E0;
+}
+*/
 
 .i-datefield-rendererror .i-textfield {
        background: #ff9999;
index 41f0ada568941280c2839b0be1415a90e653d73c..66803dc01fce81818fc3c3ac98df08b3a639995b 100644 (file)
        background: transparent url(img/bg-right-filter-error.png);
 }
 
+/* Disabled by default
 .i-select-error .i-select-option,
 .i-select-error .i-select-select,
 .i-select-error .i-select-twincol-selections,
        background:transparent;
        background-color: #FFE0E0;
 }
+*/
+
+/* Disabled by default
+.i-select-required .i-select-option,
+.i-select-required .i-select-select,
+.i-select-required .i-select-twincol-selections,
+.i-select-required .i-select-twincol-options {
+       background:transparent;
+       background-color: #FFE0E0;
+}
+*/
 
 /* IE specific styles */
 
index b49df2588b0cf016d68a8455d5ec73fe9135234b..e8a0ffb0791bac6d8bf662330577a1371f8e5fe1 100644 (file)
 
 }
 
+/* Disabled by default
 .i-slider-error .i-slider-base {
        background:transparent;
        background-color: #FFE0E0;
 }
+*/
 
+/* Disabled by default
+.i-slider-required .i-slider-base {
+       background:transparent;
+       background-color: #FFE0E0;
+}
+*/
 
 /* IE specific styles */
 
index 23997649e735fb3664e0fdfe9e7fddfb18f08f07..d1db617e034ed4b4a25a1bc5a59908200e315cc0 100644 (file)
        text-decoration: underline;
 }
 
+/* Disabled by default
 .i-checkbox-error {
        background:transparent;
        background-color: #FFE0E0;
 }
+*/
+
+/* Disabled by default
+.i-checkbox-required {
+       background:transparent;
+       background-color: #FFE0E0;
+}
+*/
 /* Provide some extra whitespace for wrapped elements
    (these elements usually need the extra space, since 
    they aren't even handling their own caption) */
 }
 
 /* Field modified */
+/* Disabled by default
 input.i-modified,
 .i-richtextarea.i-modified iframe.gwt-RichTextArea,
 .i-checkbox.i-modified,
@@ -162,7 +172,7 @@ input.i-modified,
        background:transparent;
        background-color: #FFFFE0;
 }
-
+*/
 
 /**
  * Custom toolktip
@@ -438,11 +448,21 @@ input.i-modified,
        margin: 0;
 }
 
+/* Disabled by default
 .i-datefield-error .i-textfield,
 .i-datefield-error .i-datefield-calendarpanel {
        background:transparent;
        background-color: #FFE0E0;
 }
+*/
+
+/* Disabled by default
+.i-datefield-required .i-textfield,
+.i-datefield-required .i-datefield-calendarpanel {
+       background:transparent;
+       background-color: #FFE0E0;
+}
+*/
 
 .i-datefield-rendererror .i-textfield {
        background: #ff9999;
@@ -1088,6 +1108,7 @@ input.i-modified,
        background: transparent url(select/img/bg-right-filter-error.png);
 }
 
+/* Disabled by default
 .i-select-error .i-select-option,
 .i-select-error .i-select-select,
 .i-select-error .i-select-twincol-selections,
@@ -1095,6 +1116,17 @@ input.i-modified,
        background:transparent;
        background-color: #FFE0E0;
 }
+*/
+
+/* Disabled by default
+.i-select-required .i-select-option,
+.i-select-required .i-select-select,
+.i-select-required .i-select-twincol-selections,
+.i-select-required .i-select-twincol-options {
+       background:transparent;
+       background-color: #FFE0E0;
+}
+*/
 
 /* IE specific styles */
 
@@ -1226,11 +1258,19 @@ input.i-modified,
 
 }
 
+/* Disabled by default
 .i-slider-error .i-slider-base {
        background:transparent;
        background-color: #FFE0E0;
 }
+*/
 
+/* Disabled by default
+.i-slider-required .i-slider-base {
+       background:transparent;
+       background-color: #FFE0E0;
+}
+*/
 
 /* IE specific styles */
 
@@ -1766,12 +1806,23 @@ input.i-modified,
        border: 0;
 }
 
+/* Disabled by default
 .i-textarea-error,
 .i-textfield-error,
 .i-richtextarea-error iframe.gwt-RichTextArea {
        background:transparent;
        background-color: #FFE0E0;      
 }
+*/
+
+/* Disabled by default
+.i-textarea-required,
+.i-textfield-required,
+.i-richtextarea-required iframe.gwt-RichTextArea {
+       background:transparent;
+       background-color: #FFE0E0;      
+}
+*/
 .i-tree {
        text-align: left /* Force default alignment */
 }
index da549b4c66d12ff6917054741eee57d684550f50..5d9b598f861f9138a14d37a96747ebbbbe010ae9 100644 (file)
        border: 0;
 }
 
+/* Disabled by default
 .i-textarea-error,
 .i-textfield-error,
 .i-richtextarea-error iframe.gwt-RichTextArea {
        background:transparent;
        background-color: #FFE0E0;      
 }
+*/
+
+/* Disabled by default
+.i-textarea-required,
+.i-textfield-required,
+.i-richtextarea-required iframe.gwt-RichTextArea {
+       background:transparent;
+       background-color: #FFE0E0;      
+}
+*/
\ No newline at end of file