﻿/* All IE 10 specific styles go here.
   The following hack to detect IE 10 uses the fact that IE 10 supports -ms-high-contrast
   as a media query option, which IE 9 and earlier versions don't support. */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
}

/*  IE 10 has the proprietary extension which enable to show clear button for all textbox when the user is editing.
    Following css selector disable this extension.
*/
::-ms-clear {
   display: none;
}