You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

69 lines
1.4 KiB

[for="id_country"], [for="id_theme"] {
float: left;
margin-right: 10px;
}
.ninjaSelect {
display: inline-block;
width: 300px;
min-height: 25px;
border: 1px solid #000;
border-radius: 4px;
}
.ninjaSelect > input {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
min-height: 25px;
padding: 0 5px;
width: 100%;
border-radius: 4px;
border: 0;
}
.ninjaSelect_wrapper {
max-height: 185px;
overflow-y: scroll;
border-top: 1px solid #000;
background: #fff;
border-radius: 0 0 4px 4px;
}
.ninjaSelect_selected {
border-top: 1px dotted red;
border-bottom: 1px dotted red;
padding: 0 3px;
display: none;
background: #fff;
}
.ninjaSelect_item {
display: inline-block;
vertical-align: top;
background: orange;
border-radius: 4px;
color: #fff;
padding: 2px 8px;
margin: 2px 5px 2px 0;
cursor: pointer;
}
.ninjaSelect_list {
margin: 0;
padding: 0;
list-style: none;
padding: 3px 3px 0 3px;
}
.ninjaSelect_list > li {
border: 1px solid #b37550;
border-radius: 3px;
margin: 0 0 3px;
padding: 0 3px 2px;
line-height: normal;
cursor: pointer;
color: #b37550;
}
.ninjaSelect_list > li:hover, .ninjaSelect_list > li.active {
color: #000;
border-color: #000;
}