Skip to content

Commit

Permalink
Add a light green border around the file selector
Browse files Browse the repository at this point in the history
  • Loading branch information
joelpurra committed Jul 1, 2015
1 parent d0a4df1 commit ee8b955
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion public/resources/style/main.css
Expand Up @@ -90,8 +90,11 @@ fieldset input,
fieldset button {
font-size: 1em;
}
/*fieldset input[type=file]*/

fieldset input[type=file] {
input[type=file] {
border: 5px solid lightgreen;
padding: 0.5em;
font-size: 0.5em;
}

Expand Down Expand Up @@ -209,6 +212,7 @@ abbr {
.social-container {
width: 300px;
/*padding: 100px;*/

margin: auto;
}

Expand Down

0 comments on commit ee8b955

Please sign in to comment.