summaryrefslogtreecommitdiff
path: root/lib/dijit/themes/nihilo/form/Common.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-03-18 10:26:24 +0400
committerAndrew Dolgov <[email protected]>2013-03-18 10:26:26 +0400
commitf0cfe83e3725f9a3928da97a6e3085e79cb25309 (patch)
tree4b0af188defaa807c7bc6ff3a101b41c9166c463 /lib/dijit/themes/nihilo/form/Common.css
parent9a2885da170ffd64358b99194095851a2d09c1b6 (diff)
upgrade dojo to 1.8.3 (refs #570)
Diffstat (limited to 'lib/dijit/themes/nihilo/form/Common.css')
-rw-r--r--lib/dijit/themes/nihilo/form/Common.css19
1 files changed, 14 insertions, 5 deletions
diff --git a/lib/dijit/themes/nihilo/form/Common.css b/lib/dijit/themes/nihilo/form/Common.css
index b67195f4b..31bf95ee3 100644
--- a/lib/dijit/themes/nihilo/form/Common.css
+++ b/lib/dijit/themes/nihilo/form/Common.css
@@ -10,11 +10,12 @@
dijit.form.ComboBox (partial)
****/
-.nihilo .dijitInputContainer input,
-.nihilo .dijitTextBox {
+.nihilo .dijitInputContainer input {
margin: 0 0.1em;
}
+.nihilo .dijitSelect .dijitButtonContents,
+.nihilo .dijitSelect,
.nihilo .dijitTextBox,
.nihilo .dijitTextArea {
/* For all except dijit.form.NumberSpinner: the actual input element.
@@ -23,26 +24,34 @@
*/
background:#fff url("../images/validationInputBg.png") repeat-x top left;
#background:#fff url('../images/validationInputBg.gif') repeat-x top left;
+}
+.nihilo .dijitSelect,
+.nihilo .dijitTextBox,
+.nihilo .dijitTextArea {
border:1px solid #d3d3d3;
}
+.nihilo .dijitSelect .dijitArrowButton,
.nihilo .dijitComboBox .dijitButtonNode {
- padding: 0 0.2em !important;
+ padding: 0 0.2em;
}
+.nihilo .dijitSelect .dijitButtonContents,
.nihilo .dijitTextBox .dijitButtonNode {
/* line between the input area and the drop down button */
border-color: #d3d3d3;
}
+.nihilo .dijitSelectFocused,
.nihilo .dijitTextBoxFocused,
.nihilo .dijitTextAreaFocused {
/* input field when focused (ie: typing affects it) */
border-color:#b3b3b3;
}
+.nihilo .dijitSelectFocused TD,
.nihilo .dijitTextBoxFocused .dijitButtonNode,
.nihilo .dijitSpinner .dijitUpArrowButtonActive,
.nihilo .dijitSpinner .dijitDownArrowButtonActive {
- border-left-color:#d3d3d3;
+ border-color:#d3d3d3;
}
.nihilo .dijitSpinnerFocused .dijitDownArrowButton,
.nihilo .dijitSpinner .dijitUpArrowButtonActive,
@@ -62,7 +71,7 @@
}
/* Validation errors */
-.nihilo .dijitValidationIcon {
+.nihilo .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;