Skip to content
This repository has been archived by the owner on Nov 30, 2017. It is now read-only.

Commit

Permalink
Update default css.
Browse files Browse the repository at this point in the history
  • Loading branch information
dcu committed Oct 26, 2012
1 parent cac4268 commit e2b4055
Showing 1 changed file with 3 additions and 12 deletions.
15 changes: 3 additions & 12 deletions src/form.authy.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.countries-autocomplete {
background-color: #fff;
border: 2px solid #ccc;
border: 1px solid #ccc;
}

.countries-autocomplete ul {
Expand All @@ -10,7 +10,6 @@

.countries-autocomplete li {
list-style-type:none;
border-bottom: 1px solid #ccc;
padding: 5px 10px;
font-size: 12px;
font-family: arial;
Expand All @@ -19,7 +18,7 @@
.countries-autocomplete li:hover,
.countries-autocomplete li.active {
cursor: pointer;
background-color: #ccc;
background-color: #eee;
}

#authy-tooltip-close {
Expand All @@ -33,10 +32,8 @@
}

#authy-token {
padding: 3px 0 3px 22px;
border: 1px solid #ccc;
padding: 3px 0 3px 25px;
background: url('images/icon.png') no-repeat 2px center;
color: #333;
}

#authy-tooltip {
Expand Down Expand Up @@ -65,12 +62,6 @@
z-index: 99999999;
}

.countries-input,
#authy-cellphone {
border: 1px solid #ccc;
color: #333;
}

#authy-help {
color: #35C2F1;
}
Expand Down

0 comments on commit e2b4055

Please sign in to comment.