Making study list filter inputs text visible on IE11

This commit is contained in:
Bruno Alves de Faria 2017-04-18 15:03:59 -03:00
parent 9b41bc932f
commit b30d951ad0
2 changed files with 5 additions and 2 deletions

View File

@ -21,6 +21,9 @@ body ol
margin: 0 margin: 0
padding-left: 1em padding-left: 1em
input::-ms-clear
display: none
label.form-group label.form-group
width: 100% width: 100%

View File

@ -118,9 +118,9 @@ $bodyCellHeight = 40px
theme('color', '$activeColor') theme('color', '$activeColor')
input.studylist-search input.studylist-search
height: 34px height: 40px
margin: 0 5px 20px 5px margin: 0 5px 20px 5px
padding: 20px padding: 0 20px
cursor: pointer cursor: pointer
border: none border: none
background-color: $inputBackgroundColor background-color: $inputBackgroundColor