• Mark Otto's avatar
    Fixes #4852: IE8 popover carets fixed · bfc97fda
    Mark Otto authored
    * IE8 refused a negative z-index to place the previous :after behind the .arrow, so I had to flip the styles.
    * .arrow is the gray border/background, .arrow:after is now the white inner arrow
    * Added a hex IE8 fallback to ensure the arrow shows for <IE9 as rgba() isn't supported
    * Simplified some of the CSS for the popover carets
    bfc97fda