Highlighted selected button

main2
Bob Mottram 2019-09-24 09:43:30 +01:00
parent 2009adb3f1
commit 83ed1bd060
1 changed files with 30 additions and 0 deletions

View File

@ -839,6 +839,21 @@ input[type=checkbox]
cursor: pointer; cursor: pointer;
margin: 5px; margin: 5px;
} }
.buttonselectedhighlighted {
border-radius: 4px;
background-color: darkgreen;
border: none;
color: var(--button-text);
text-align: center;
font-size: 18px;
padding: 10px;
width: 10%;
max-width: 100px;
min-width: 80px;
transition: all 0.5s;
cursor: pointer;
margin: 5px;
}
.pageicon { .pageicon {
width: 4%; width: 4%;
} }
@ -1019,6 +1034,21 @@ input[type=checkbox]
cursor: pointer; cursor: pointer;
margin: 15px; margin: 15px;
} }
.buttonselectedhighlighted {
border-radius: 4px;
background-color: darkgreen;
border: none;
color: var(--button-text);
text-align: center;
font-size: 32px;
padding: 10px;
width: 20%;
max-width: 400px;
min-width: 80px;
transition: all 0.5s;
cursor: pointer;
margin: 15px;
}
.pageicon { .pageicon {
width: 8%; width: 8%;
} }