Modified overflow in multiselector

This commit is contained in:
Sergio Bertolín 2016-08-24 16:06:14 +00:00 committed by Lukas Reschke
parent 3647fbe7cd
commit d35db68093
No known key found for this signature in database
GPG key ID: B9F6980CF6E759B1

View file

@ -42,6 +42,8 @@ ul.multiselectoptions > li input[type='checkbox']+label {
width: 100%;
padding: 5px 27px;
margin-left: -27px; /* to have area around checkbox clickable as well */
text-overflow: ellipsis;
overflow: hidden;
}
ul.multiselectoptions > li input[type='checkbox']:checked+label {
font-weight: bold;