Added dateBoxFormatError style definitions to the dark and chrome style themes.
Patch by: jlabanca
Review by: ecc (TBR)
git-svn-id: https://google-web-toolkit.googlecode.com/svn/releases/1.6@4364 8db76d5a-ed1c-0410-87a9-c151d255dfc7
diff --git a/user/src/com/google/gwt/user/theme/chrome/public/gwt/chrome/chrome.css b/user/src/com/google/gwt/user/theme/chrome/public/gwt/chrome/chrome.css
index aef775b..f9ed0a6 100644
--- a/user/src/com/google/gwt/user/theme/chrome/public/gwt/chrome/chrome.css
+++ b/user/src/com/google/gwt/user/theme/chrome/public/gwt/chrome/chrome.css
@@ -1094,6 +1094,9 @@
.gwt-DateBox input {
width: 8em;
}
+.dateBoxFormatError {
+ background: #eed6d6;
+}
.dateBoxPopup {
}
diff --git a/user/src/com/google/gwt/user/theme/chrome/public/gwt/chrome/chrome_rtl.css b/user/src/com/google/gwt/user/theme/chrome/public/gwt/chrome/chrome_rtl.css
index 6c7b4c1..693c41f 100644
--- a/user/src/com/google/gwt/user/theme/chrome/public/gwt/chrome/chrome_rtl.css
+++ b/user/src/com/google/gwt/user/theme/chrome/public/gwt/chrome/chrome_rtl.css
@@ -1095,6 +1095,9 @@
.gwt-DateBox input {
width: 8em;
}
+.dateBoxFormatError {
+ background: #eed6d6;
+}
.dateBoxPopup {
}
diff --git a/user/src/com/google/gwt/user/theme/dark/public/gwt/dark/dark.css b/user/src/com/google/gwt/user/theme/dark/public/gwt/dark/dark.css
index 30ee38e..1e341c2 100644
--- a/user/src/com/google/gwt/user/theme/dark/public/gwt/dark/dark.css
+++ b/user/src/com/google/gwt/user/theme/dark/public/gwt/dark/dark.css
@@ -999,6 +999,10 @@
.gwt-DateBox input {
width: 8em;
}
+.dateBoxFormatError {
+ background: #a8eeff;
+ color: red;
+}
.dateBoxPopup {
}
diff --git a/user/src/com/google/gwt/user/theme/dark/public/gwt/dark/dark_rtl.css b/user/src/com/google/gwt/user/theme/dark/public/gwt/dark/dark_rtl.css
index d904793..f73cbff 100644
--- a/user/src/com/google/gwt/user/theme/dark/public/gwt/dark/dark_rtl.css
+++ b/user/src/com/google/gwt/user/theme/dark/public/gwt/dark/dark_rtl.css
@@ -1000,6 +1000,10 @@
.gwt-DateBox input {
width: 8em;
}
+.dateBoxFormatError {
+ background: #a8eeff;
+ color: red;
+}
.dateBoxPopup {
}
diff --git a/user/src/com/google/gwt/user/theme/standard/public/gwt/standard/standard.css b/user/src/com/google/gwt/user/theme/standard/public/gwt/standard/standard.css
index 55a517b..7b4b8ae 100644
--- a/user/src/com/google/gwt/user/theme/standard/public/gwt/standard/standard.css
+++ b/user/src/com/google/gwt/user/theme/standard/public/gwt/standard/standard.css
@@ -1093,10 +1093,9 @@
.gwt-DateBox input {
width: 8em;
}
-.dateBoxFormatError{
- background:#ffcccc;
+.dateBoxFormatError {
+ background: #ffcccc;
}
-
.dateBoxPopup {
}