update look and feel to make it more modern-looking
This commit is contained in:
parent
28facf6593
commit
0a1d1f5f58
1 changed files with 8 additions and 3 deletions
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue