Making study list filter inputs text visible on IE11
This commit is contained in:
parent
9b41bc932f
commit
b30d951ad0
@ -21,6 +21,9 @@ body ol
|
||||
margin: 0
|
||||
padding-left: 1em
|
||||
|
||||
input::-ms-clear
|
||||
display: none
|
||||
|
||||
label.form-group
|
||||
width: 100%
|
||||
|
||||
|
||||
@ -118,9 +118,9 @@ $bodyCellHeight = 40px
|
||||
theme('color', '$activeColor')
|
||||
|
||||
input.studylist-search
|
||||
height: 34px
|
||||
height: 40px
|
||||
margin: 0 5px 20px 5px
|
||||
padding: 20px
|
||||
padding: 0 20px
|
||||
cursor: pointer
|
||||
border: none
|
||||
background-color: $inputBackgroundColor
|
||||
|
||||
Loading…
Reference in New Issue
Block a user