Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

brillo en input de búsqueda #10

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion templates/css/estilos.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<div class="search right">
<form action="" class="relative">
<span class="icon-search search-icon"></span>
<input type="text" placeholder="ejem: Leonidas Esteban" class="input">
<input type="text" placeholder="ejem: Leonidas Esteban" class="input" autofocus>
<span class="close-icon">x</span>
</form>
</div>
Expand Down
5 changes: 5 additions & 0 deletions templates/stylus/estilos.styl
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,11 @@ ul
height 2.5em
border-radius 5px
padding 0 1em 0 2em
&:focus
border 1px solid rojo
box-shadow 0 0 5px rgba(rojo, 1)


.search-icon
position absolute
left .5em
Expand Down