Edit button for module block

This commit is contained in:
Daniel
2025-04-25 13:02:49 +02:00
committed by Markus Zolliker
parent df582a2f23
commit e6e69c8f5c
3 changed files with 146 additions and 76 deletions

View File

@ -42,13 +42,14 @@
}
.row-clickable:hover {
background-color:WhiteSmoke;
opacity: .7;
background-color:lightgray;
/* opacity: .7; */
}
.row-disabled {
opacity: .3;
/* background-color: lightgray; */
/* opacity: .3; */
background-color: WhiteSmoke;
color: dimgray
}
.modules-icon {
@ -196,6 +197,8 @@
color: black;
text-align: right;
margin-top: 4px;
position: relative;
z-index: 100;
}
::-ms-clear { /* remove the x in the input box on IE */
@ -283,6 +286,11 @@ option {
.push-button {
border: 2px solid dimgray;
border-radius: 4px;
display: inline-block;
width: 16px;
height: 16px;
top: 5px;
z-index: 50;
}
/* %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */