Do you have anything in your styles like: -webKit-appearance:none;
This will remove the arrow. I recently had this issue and just removed it and styled as best I could without it. On Thursday, September 24, 2015, Marie-Ange Demeulemeester < marie.demeulemees...@gmail.com> wrote: > Hi, > > I can’t succeed to give properties on: > > > > html div.x select{...} > > And not to > > html.linux.safari div.x select{...} > > > > This works: > > html:not(linux) div.x select{...} > > html:not(safari) div.x select{...} > > but I need both conditions > > This doesn’t work: > > html:not(linux.safari) div.x select{...} > > > > > > Code: > > <html class=” linux safari”> > > <div class=”x”> > > <select><option></option><select> > > </div> > > OR > > <html class="could be any thing example linux chrome"> > > <div class=”x”> > > <select><select> > > </div> > > > > > Who can help me? > > Thanks a lot. > > > > > Regards, > Marie-Ange > > > > > (Side info: I need this to solve the bug in android stock browsers with > responsive design. Problem; When you add a border or background to a > select, the arrow and border anymore on that dropdown box are not visible > anymore.) > ______________________________________________________________________ > css-discuss [css-d@lists.css-discuss.org <javascript:;>] > http://www.css-discuss.org/mailman/listinfo/css-d > List wiki/FAQ -- http://css-discuss.incutio.com/ > List policies -- http://css-discuss.org/policies.html > Supported by evolt.org -- http://www.evolt.org/help_support_evolt/ -- Tom Livingston | Senior Front End Developer | Media Logic | ph: 518.456.3015x231 | fx: 518.456.4279 | medialogic.com #663399 ______________________________________________________________________ css-discuss [css-d@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ List policies -- http://css-discuss.org/policies.html Supported by evolt.org -- http://www.evolt.org/help_support_evolt/