Skip to content

Commit

Permalink
Update popup.html
Browse files Browse the repository at this point in the history
  • Loading branch information
blackstormx committed Jul 29, 2020
1 parent f320e7c commit 8a03d54
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions popup.html
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@
margin-right: 10px;
}
.list > span > button {
border-radius: 0;
margin: auto;
margin-right: 10px;
background: 0;
Expand Down Expand Up @@ -121,12 +122,14 @@
margin-top: 10px;
}
.textbox input {
border-radius: 0;
background: rgb(241, 241, 241);
border: 0;
padding: 8px;
outline: none;
}
.textbox button {
border-radius: 0;
color: black;
font-weight: bold;
background: rgb(241, 241, 241);
Expand Down

0 comments on commit 8a03d54

Please sign in to comment.