Merge pull request #111 from breadchris/master

Fixed button outlining so that custom buttons do not appear invisible
This commit is contained in:
Kevin Chung
2016-04-22 18:21:07 -04:00

View File

@@ -132,10 +132,7 @@ table{
.btn { .btn {
letter-spacing: 1px; letter-spacing: 1px;
text-decoration: none; text-decoration: none;
background: none;
-moz-user-select: none; -moz-user-select: none;
background-image: none;
border: 1px solid transparent;
border-radius: 0; border-radius: 0;
cursor: pointer; cursor: pointer;
display: inline-block; display: inline-block;
@@ -146,7 +143,6 @@ table{
line-height:20px; line-height:20px;
font-weight:700; font-weight:700;
text-transform:uppercase; text-transform:uppercase;
border: 3px solid;
padding:8px 20px; padding:8px 20px;
} }
@@ -190,6 +186,8 @@ table{
background: none; background: none;
color: #545454; color: #545454;
border-color: #545454; border-color: #545454;
background-image: none;
border: 3px solid;
} }
.btn-outlined.btn-theme:hover, .btn-outlined.btn-theme:hover,
@@ -367,4 +365,4 @@ table{
margin: 0px; margin: 0px;
} }
/* END OF INPUT CSS */ /* END OF INPUT CSS */