You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
59 lines
1.1 KiB
CSS
59 lines
1.1 KiB
CSS
|
6 years ago
|
.ui-chips > ul.ui-inputtext {
|
||
|
|
clear: left;
|
||
|
|
cursor: text;
|
||
|
|
list-style-type: none;
|
||
|
|
margin: 0;
|
||
|
|
overflow: hidden;
|
||
|
|
padding: 0 .25em;
|
||
|
|
}
|
||
|
|
|
||
|
|
.ui-chips-token {
|
||
|
|
cursor: default;
|
||
|
|
display: inline-block;
|
||
|
|
vertical-align: middle;
|
||
|
|
overflow: hidden;
|
||
|
|
padding: .125em .5em;
|
||
|
|
white-space: nowrap;
|
||
|
|
position: relative;
|
||
|
|
margin-right: .125em;
|
||
|
|
border: 0 none;
|
||
|
|
font-size: .9em;
|
||
|
|
}
|
||
|
|
|
||
|
|
.ui-chips-token .ui-chips-token-label {
|
||
|
|
display: block;
|
||
|
|
margin-right: 2em;
|
||
|
|
}
|
||
|
|
|
||
|
|
.ui-chips > .ui-state-disabled .ui-chips-token-label {
|
||
|
|
margin-right: 0;
|
||
|
|
}
|
||
|
|
|
||
|
|
.ui-chips-token .ui-chips-token-icon {
|
||
|
|
margin-top: -.5em;
|
||
|
|
position: absolute;
|
||
|
|
right: 0.2em;
|
||
|
|
top: 50%;
|
||
|
|
cursor: pointer;
|
||
|
|
}
|
||
|
|
|
||
|
|
.ui-chips-input-token {
|
||
|
|
display: inline-block;
|
||
|
|
vertical-align: middle;
|
||
|
|
list-style-type: none;
|
||
|
|
margin: 0 0 0 .125em;
|
||
|
|
padding: .25em .25em .25em 0;
|
||
|
|
}
|
||
|
|
|
||
|
|
.ui-chips-input-token input {
|
||
|
|
border: 0 none;
|
||
|
|
width: 10em;
|
||
|
|
outline: medium none;
|
||
|
|
background-color: transparent;
|
||
|
|
margin: 0;
|
||
|
|
padding: 0;
|
||
|
|
box-shadow: none;
|
||
|
|
-moz-border-radius: 0;
|
||
|
|
-webkit-border-radius: 0;
|
||
|
|
border-radius: 0;
|
||
|
|
}
|