Welcome to the LimeSurvey Community Forum

Ask the community, share ideas, and connect with other LimeSurvey users!

stop pop out when click on image_Select

  • NESTSurvey
  • NESTSurvey's Avatar Topic Author
  • Offline
  • New Member
  • New Member
More
3 years 6 months ago #206960 by NESTSurvey
stop pop out when click on image_Select was created by NESTSurvey
When i Click on the answer it zooms in and has a border around it? I cannot find the place where to deactivate this.

Can someone help me with this..thanks alot =D

Here is my Survey:
empa.limequery.com/229233?lang=en

greetings Basil Jung
The topic has been locked.
  • Joffm
  • Joffm's Avatar
  • Offline
  • LimeSurvey Community Team
  • LimeSurvey Community Team
More
3 years 6 months ago #206964 by Joffm
Replied by Joffm on topic stop pop out when click on image_Select
Hi,
I saw that there are two "borders" affected.
1. There is a border in "unchecked" state
Code:
li.imageselect-listitem .imageselect-container .imageselect-label {
    z-index: 1;
    margin: 3px;
    padding: 0;
    border: 18px solid hsla(0,0%,60%,0.9);
    border-radius: 0;
}

2. And the border in "checked" state
Code:
li.imageselect-listitem .imageselect-container input.imageselect-checkbox:checked+label {
    border: 18px solid hsla(198,50%,30%,0.9);
}


To hide any border, add to your custom.css
Code:
li.imageselect-listitem .imageselect-container .imageselect-label {
    border: 0;
}
li.imageselect-listitem .imageselect-container input.imageselect-checkbox:checked+label {
    border: 0;
}

Or adapt to your needs.

Joffm

Volunteers are not paid.
Not because they are worthless, but because they are priceless
The following user(s) said Thank You: cdorin, NESTSurvey
The topic has been locked.
  • NESTSurvey
  • NESTSurvey's Avatar Topic Author
  • Offline
  • New Member
  • New Member
More
3 years 6 months ago #207057 by NESTSurvey
Replied by NESTSurvey on topic stop pop out when click on image_Select
Thanks alot for your help.
The topic has been locked.

Lime-years ahead

Online-surveys for every purse and purpose