summaryrefslogtreecommitdiff
path: root/lib/dijit/themes/tundra/form/Common.css
diff options
context:
space:
mode:
authorRichard Beales <[email protected]>2013-03-18 07:32:01 +0000
committerRichard Beales <[email protected]>2013-03-18 07:32:01 +0000
commit7c97d17aaf373339a8bcd917ad59ca6018148f0d (patch)
tree5a3c04f0f9529be392c1263d3feb75806eb43797 /lib/dijit/themes/tundra/form/Common.css
parent70db7424e7068701e60cc5bcdfe8f858be508179 (diff)
parentc670a80ddd9b03bd4ea6d940a9ed682fd26248d7 (diff)
Merge remote-tracking branch 'upstream/master'
Diffstat (limited to 'lib/dijit/themes/tundra/form/Common.css')
-rw-r--r--lib/dijit/themes/tundra/form/Common.css15
1 files changed, 11 insertions, 4 deletions
diff --git a/lib/dijit/themes/tundra/form/Common.css b/lib/dijit/themes/tundra/form/Common.css
index 96899e138..2122184da 100644
--- a/lib/dijit/themes/tundra/form/Common.css
+++ b/lib/dijit/themes/tundra/form/Common.css
@@ -10,8 +10,7 @@
dijit.form.ComboBox (partial)
****/
-.tundra .dijitInputContainer input,
-.tundra .dijitTextBox {
+.tundra .dijitInputContainer input {
margin: 0 0.1em;
}
@@ -19,6 +18,8 @@
padding: 3px;
}
+.tundra .dijitSelect .dijitButtonContents,
+.tundra .dijitSelect,
.tundra .dijitTextBox {
/* For all except dijit.form.NumberSpinner: the actual input element.
For TextBox, ComboBox, Spinner: the div that contains the input.
@@ -26,13 +27,17 @@
*/
background:#fff url("../images/validationInputBg.png") repeat-x top left;
#background:#fff url('../images/validationInputBg.gif') repeat-x top left;
+}
+.tundra .dijitSelect,
+.tundra .dijitTextBox {
border:1px solid #b3b3b3;
}
-/* ComboBox specific rules*/
+.tundra .dijitSelect .dijitArrowButton,
.tundra .dijitComboBox .dijitButtonNode {
padding: 0 0.2em;
}
+.tundra .dijitSelect .dijitButtonContents,
.tundra .dijitTextBox .dijitButtonNode {
/* line between the input area and the drop down button, and also between
* the up and down buttons of a spinner
@@ -40,10 +45,12 @@
border-color: #9b9b9b;
}
+.tundra .dijitSelectFocused,
.tundra .dijitTextBoxFocused {
/* input field when focused (ie: typing affects it) */
border-color:#406b9b;
}
+.tundra .dijitSelectFocused TD,
.tundra .dijitTextBoxFocused .dijitButtonNode {
border-color:#366dba;
}
@@ -59,7 +66,7 @@
}
/* Validation errors */
-.tundra .dijitValidationIcon {
+.tundra .dijitValidationTextBoxError .dijitValidationIcon {
/* prevent height change when widget goes from valid to invalid state */
width: 16px;
background: transparent url('../images/warning.png') no-repeat center center;