- Posts: 14116
- Thank you received: 1639
Style 2 select inputs color mismatch
-
hitman47
- Topic Author
- Visitor
10 years 9 months ago - 10 years 9 months ago #37858
by hitman47
Replied by hitman47 on topic Style 2 select inputs color mismatch
Nop. I try it. Furthermore i changed the back ground with this:
INPUT,
TEXTAREA,
SELECT,
SELECT option{
color:black!important;
background-color:#0F0; ---green
}
But the select areas where NOT affected!!! This isn's the correct code, or something else overides it
Look the attached picture. I have tried a lot of things. Nothing. It is getting very frustrating
INPUT,
TEXTAREA,
SELECT,
SELECT option{
color:black!important;
background-color:#0F0; ---green
}
But the select areas where NOT affected!!! This isn's the correct code, or something else overides it
Look the attached picture. I have tried a lot of things. Nothing. It is getting very frustrating
Last edit: 10 years 9 months ago by hitman47.
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
10 years 9 months ago #37867
by ivan.milic
Replied by ivan.milic on topic Style 2 select inputs color mismatch
Do this , use chrome browser. Focus on one of that areas , right click then click "Inspect Element". Debug area will show up. Send me screen snapshoot.
Please Log in to join the conversation.
-
hitman47
- Topic Author
- Visitor
10 years 9 months ago #37876
by hitman47
Replied by hitman47 on topic Style 2 select inputs color mismatch
I was motivated by your suggestion to discover,learn and install firebug for mozilla. Without this tool, neither me nor anyone else could have a chanse to pinpoint the problem.
For others, that may have the same problem as me in the future:
Go to: media\jui\css\chosen.css
In Line 24, add this color:#000;
To code below:
.chzn-container .chzn-results li {
display: none;
line-height: 15px;
padding: 5px 6px;
margin: 0;
list-style: none;
}
Thanks for your help bro. Have a nice day.
For others, that may have the same problem as me in the future:
Go to: media\jui\css\chosen.css
In Line 24, add this color:#000;
To code below:
.chzn-container .chzn-results li {
display: none;
line-height: 15px;
padding: 5px 6px;
margin: 0;
list-style: none;
}
Thanks for your help bro. Have a nice day.
Please Log in to join the conversation.
Time to create page: 0.093 seconds