Prepare radio-button-group

This commit is contained in:
Daniel
2025-05-05 10:17:35 +02:00
committed by Markus Zolliker
parent f883c913ed
commit d6a69ba05e
3 changed files with 62 additions and 16 deletions

View File

@ -48,7 +48,7 @@
}
.row-waiting-for-answer {
background-color: LightGoldenrodYellow;
background-color: orangered;
}
/* ------------------------------ icon-modules ------------------------------ */
@ -143,12 +143,22 @@
/* ------------------------------ pushbutton ------------------------------ */
.push-button-active {
text-decoration: underline;
display: inline-block;
height: 20px;
padding: 0 4px 0 4px;
border-radius: 6px;
cursor: pointer;
text-align: center;
/* border: 1px solid #303030; */
color: #303030;
background: #dddddd;
/* box-shadow: 2px 4px 4px lightgray; */
}
.push-button-active:hover {
color: blue;
background: whitesmoke;
/* box-shadow: 1px 2px 2px dimgray; */
}
/* %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */