diff --git a/res/style.css b/res/style.css index b522c6d..b16d72d 100644 --- a/res/style.css +++ b/res/style.css @@ -9,7 +9,7 @@ body { padding: 20px; width: 400px; background: #d1d1d1; - border-radius: 8px; + border-radius: 3px; -webkit-box-shadow: 2px -2px 38px 1px rgba(0,0,0,0.59); @@ -32,7 +32,7 @@ body { .button-default { text-decoration: none; - border: 2px solid #606060; + border: none; background-color: #d1d1d1; border-radius: 5px; padding: 5px; @@ -46,7 +46,12 @@ body { .button-default:hover { color: #d1d1d1; - background-color: #606060; + background-color:#2E2E2E; +} + +.button-default .selected { + color: #d1d1d1; + background-color:#2E2E2E; } @media screen and (max-width: 768px) {