Skip to content

Commit

Permalink
🎨 Remove border for fieldsets.
Browse files Browse the repository at this point in the history
  • Loading branch information
0x00memex committed May 22, 2018
1 parent b98d5f4 commit ddeff3f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions wipe.css
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,14 @@ textarea {
resize: none;
}

/**
* Remove border for fieldsets
*/

fieldset {
border: 0;
}

/**
* Pointer cursor for buttons
*/
Expand Down

0 comments on commit ddeff3f

Please sign in to comment.