mirror of
https://github.com/teachingtechYT/teachingtechYT.github.io.git
synced 2024-08-30 18:23:26 +00:00
@ -16,13 +16,13 @@ body {
|
||||
box-shadow: 0px 5px 5px #88888895;
|
||||
}
|
||||
|
||||
.firmwareSelector input[type="radio"] {
|
||||
.firmwareSelector input[type="radio"], .slicerSelector input[type="radio"] {
|
||||
opacity: 0;
|
||||
position: fixed;
|
||||
width: 0;
|
||||
}
|
||||
|
||||
.firmwareSelector label {
|
||||
.firmwareSelector label, .slicerSelector label {
|
||||
display: inline-block;
|
||||
background-color: #ddd;
|
||||
padding: 8px 20px;
|
||||
@ -34,7 +34,7 @@ body {
|
||||
cursor:pointer;
|
||||
}
|
||||
|
||||
.firmwareSelector input[type="radio"]:checked + label {
|
||||
.firmwareSelector input[type="radio"]:checked + label, .slicerSelector input[type="radio"]:checked + label {
|
||||
background-color:#00c5ae31;
|
||||
border-color: #00c5ad;
|
||||
font-weight:bolder;
|
||||
|
Reference in New Issue
Block a user