e44a7e37b6
git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@151 b3834d28-1941-0410-a4f8-b48e95affb8f
83 lines
1.8 KiB
CSS
83 lines
1.8 KiB
CSS
|
|
.tundra .dijitInputField INPUT,
|
|
.tundra .dijitTextBox,
|
|
.tundra .dijitComboBox,
|
|
.tundra .dijitSpinner {
|
|
margin: 0em 0.1em;
|
|
}
|
|
.tundra .dijitTextBox,
|
|
.tundra .dijitComboBox,
|
|
.tundra .dijitSpinner,
|
|
.tundra .dijitInlineEditor input {
|
|
|
|
background:#fff url("../images/validationInputBg.png") repeat-x top left;
|
|
#background:#fff url('../images/validationInputBg.gif') repeat-x top left;
|
|
border:1px solid #b3b3b3;
|
|
line-height: normal;
|
|
}
|
|
.tundra .dijitComboBox .dijitButtonNode {
|
|
padding: 0 0.2em;
|
|
}
|
|
.tundra .dijitComboBox .dijitButtonNode,
|
|
.tundra .dijitSpinner .dijitButtonNode {
|
|
|
|
border-color: #9b9b9b;
|
|
}
|
|
.tundra .dijitTextBoxFocused,
|
|
.tundra .dijitComboBoxFocused,
|
|
.tundra .dijitSpinnerFocused {
|
|
|
|
border-color:#406b9b;
|
|
}
|
|
.tundra .dijitComboBoxFocused .dijitButtonNode, .tundra .dijitSpinnerFocused .dijitButtonNode {
|
|
border-left-color:#366dba;
|
|
}
|
|
.tundra .dijitSpinnerFocused .dijitDownArrowButton {
|
|
border-top-color:#366dba;
|
|
}
|
|
.tundra .dijitError {
|
|
border-color:#f3d118;
|
|
background-color:#f9f7ba;
|
|
background-image:none;
|
|
}
|
|
.dj_ie6 .tundra .dijitError INPUT {
|
|
|
|
background-color:#f9f7ba !important;
|
|
}
|
|
.tundra .dijitErrorFocused {
|
|
background-color:#ff6;
|
|
background-image:none;
|
|
}
|
|
.dj_ie6 .tundra .dijitErrorFocused INPUT {
|
|
|
|
background-color:#ff6 !important;
|
|
}
|
|
.tundra .dijitValidationIcon {
|
|
|
|
width: 16px;
|
|
background: transparent url('../images/warning.png') no-repeat center center;
|
|
}
|
|
.tundra .dijitInlineValue {
|
|
|
|
padding:3px;
|
|
margin:4px;
|
|
}
|
|
.tundra .dijitInlineEditor {
|
|
|
|
display: inline-block;
|
|
display: -moz-inline-stack;
|
|
#display:inline;
|
|
|
|
}
|
|
.dijitInlineEditor .saveButton,
|
|
.dijitInlineEditor .cancelButton {
|
|
margin:3px 3px 3px 0px;
|
|
}
|
|
.RichTextEditable {
|
|
border:1px solid #bfbfbf;
|
|
border-top:0;
|
|
}
|
|
.dj_ie6 .tundra .dijitInputField
|
|
{
|
|
background: url("../images/validationInputBg.gif") repeat-x top left #fff;
|
|
}
|