Browse Source

Style modal buttons

master
Matt Baer 7 years ago
parent
commit
56dff19575
1 changed files with 4 additions and 0 deletions
  1. +4
    -0
      popup.html

+ 4
- 0
popup.html View File

@@ -43,6 +43,10 @@
transition: all .2s ease-out;
border-radius: .25em;
}
button {
padding: 0.25em 1em;
width: auto;
}
button.secondary {
background: #aaa;
border: 1px solid #aaa;


Loading…
Cancel
Save