diff --git a/beastify/popup/choose_beast.css b/beastify/popup/choose_beast.css index db4c5a5..9bc6650 100644 --- a/beastify/popup/choose_beast.css +++ b/beastify/popup/choose_beast.css @@ -6,26 +6,25 @@ html, body { display: none; } -.button { +button { + border: none; + width: 100%; margin: 3% auto; padding: 4px; text-align: center; font-size: 1.5em; cursor: pointer; -} - -.beast:hover { - background-color: #CFF2F2; -} - -.beast { background-color: #E5F2F2; } -.reset { +button:hover { + background-color: #CFF2F2; +} + +button[type="reset"] { background-color: #FBFBC9; } -.reset:hover { +button[type="reset"]:hover { background-color: #EAEA9D; } diff --git a/beastify/popup/choose_beast.html b/beastify/popup/choose_beast.html index 5f68622..b52492a 100644 --- a/beastify/popup/choose_beast.html +++ b/beastify/popup/choose_beast.html @@ -8,10 +8,10 @@