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
|
margin: 0
|
||||||
padding-left: 1em
|
padding-left: 1em
|
||||||
|
|
||||||
|
input::-ms-clear
|
||||||
|
display: none
|
||||||
|
|
||||||
label.form-group
|
label.form-group
|
||||||
width: 100%
|
width: 100%
|
||||||
|
|
||||||
|
|||||||
@ -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
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user