/** * @file ie.css * * IE-specific CSS */ @import '../variables.less'; @import '../core-mixins.less'; @import '../site-mixins.less'; @import '../grid.less'; /* Remove hovers on checkbox and radio buttons */ input[type="radio"]:focus, input[type="checkbox"]:focus { border: none; //.box-shadow(none); // throwing errors box-shadow: none; padding: 0; margin: 0; } /* $SEARCH BAR - Transparent background */ .block-oxweb-search { input[type=text] { filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#10ffffff,endColorstr=#10ffffff); } } /* FORM STUFF */ body form select { background-image: none; background-color: @colorWhite; padding-top: 0.4em; padding-bottom: 0.3em; /* Moves bg image arrows off screen */ background-position-x: left; &:focus, &:active { background-image: none; background-color: @colorWhite; } } /* FIX FOR DIVISIONS & DEPARTMENTS DROPDOWN */ .oxweb-academic-divisions .section { & > a { display: block; h2 { text-align: left; } } ul { &.col3 { float: right; } } } .logo a.square { background-size: 100% 100%; }