dojox
Version:
Dojo eXtensions, a rollup of many useful sub-projects and varying states of maturity – from very stable and robust, to alpha and experimental. See individual projects contain README files for details.
77 lines (75 loc) • 1.43 kB
CSS
.dojoxListInput {
border:1px solid #ccc;
background-color:#efefef;
height:auto ;
max-height:60px;
min-height:20px;
overflow:auto;
position:relative
}
.dojoxListInput ul {
list-style-type:none;
margin:0;
padding:0
}
.dijitDialogCloseIcon {
display:none;
}
.dojoxListInputClosable .dijitDialogCloseIcon{
display:inline
}
.dojoxListInputClosable {
padding-right:18px
}
.dojoxListInputItem {
float:left;
margin:1px 5px 1px 1px;
padding:0
}
.dojoxListInputItem .closeText {
display:none;
position:absolute;
}
.dojoxListInputItem .dijitDialogCloseIcon{
right:auto ;
border:0 ;
padding:0;
}
.dojoxListInputMatch {
border :1px solid #5EB55E;
background-color:#efffef
}
.dojoxListInputMismatch {
border :1px solid #B55E5E;
background-color:#ffefef
}
.dojoxListInput.dojoxListInputFocused {
border:1px solid #000;
border-right:1px solid #ccc;
border-bottom:1px solid #ccc;
background-color:#fff
}
.dojoxListInputNode {
cursor:text;
}
.dojoxListInput .dijitTextBox {
background:#efefef ;
border:0 ;
}
.dojoxListInputFocused .dijitTextBox {
background: #fff ;
border:0 ;
}
.dojoxListInputItem .dijitTextBox {
width:auto ;
border:0 ;
}
.dojoxListInputNode {
float:none;
}
.dojoxListInputItemEdited{
display:none
}
.dojoxListInputItem .dijitInline{
display:inline
}