Prepare radio-button-group
This commit is contained in:
@ -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; */
|
||||
}
|
||||
|
||||
/* %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */
|
||||
|
Reference in New Issue
Block a user