Merge pull request #2923 from SuperTux88/searchbox-css-fix
fix css for searchbox (fixes #2878)[ci skip]
This commit is contained in:
commit
bb75458b74
1 changed files with 4 additions and 0 deletions
|
|
@ -942,7 +942,11 @@ img.scaled_full
|
||||||
:margin
|
:margin
|
||||||
:right 10px
|
:right 10px
|
||||||
|
|
||||||
|
:position relative
|
||||||
|
|
||||||
form
|
form
|
||||||
|
:position absolute
|
||||||
|
:right 0
|
||||||
input
|
input
|
||||||
@include box-shadow(0,1px,1px,#444)
|
@include box-shadow(0,1px,1px,#444)
|
||||||
@include border-radius(15px)
|
@include border-radius(15px)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue