I am trying to select a parent div in Google Earth which doesn't have any id or class and it is just a div element. I used this method:
div < div.well {background-color: red !important; }
since the div contains another div with the class of .well
but this seems not to work. What am I doing wrong?
Update
See this JS Fiddle.