Skip to content

Commit

Permalink
ie9 border fix
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandr-bbm committed Apr 9, 2017
1 parent ac93cfb commit 621dd8d
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions src/FormWidget/components/Button/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,9 @@
color: white;
font-size: 20px;
letter-spacing: 2px;
border-top: none;
border-left: none;
border-right: none;
border-bottom: 2px solid #DB9337;
border-style: solid;
border-color:#DB9337;
border-width:0 0 2px 0;

&:active {
background: #DB9337;
Expand Down

0 comments on commit 621dd8d

Please sign in to comment.