Skip to content

Commit

Permalink
Arrow icon now stays at the top of multiline input.
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Gorbatchev committed Dec 28, 2011
1 parent 5ffb88b commit 02f4c62
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/css/textext.plugin.arrow.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
box-sizing: border-box;
position: absolute;
top: 0;
bottom: 0;
right: 0;
width: 22px;
height: 22px;
background: url("arrow.png") 50% 50% no-repeat;
cursor: pointer;
z-index: 2;
Expand Down
2 changes: 1 addition & 1 deletion src/stylus/textext.plugin.arrow.styl
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
border_box()
position : absolute
top : 0
bottom : 0
right : 0
width : 22px
height : 22px
background : url(arrow.png) 50% 50% no-repeat;
cursor : pointer
z-index : 2
Expand Down

0 comments on commit 02f4c62

Please sign in to comment.