okay-button for input

This commit is contained in:
Daniel
2025-05-01 11:18:58 +02:00
committed by Markus Zolliker
parent b704440f36
commit a8e14eb797
7 changed files with 84 additions and 68 deletions

View File

@ -179,6 +179,20 @@
display: none;
}
/* ------------------------------ okay-icon ------------------------------ */
.icon-okay {
width: 18px;
height: 18px;
margin-top: 6px;
margin-left: 4px;
}
.icon-okay:hover {
transform: scale(.8);
opacity: .6;
}
/* %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */
/* INPUT ELEMENTS */

View File

@ -177,7 +177,7 @@ meta, body {
justify-content: flex-end;
}
.panel-grapics-wide {
.panel-graphics-wide {
padding-right: 28px;
}