status-icon with statuscode, use entire row as link to parameters

This commit is contained in:
Daniel
2025-04-16 13:31:24 +02:00
committed by Markus Zolliker
parent 639949f24b
commit d1ea9225dc
7 changed files with 184 additions and 102 deletions

View File

@ -41,6 +41,20 @@
position: relative;
}
.row-clickable {
cursor: pointer;
}
.row-clickable:hover {
background-color:WhiteSmoke;
opacity: .7;
}
.row-disabled {
opacity: .3;
/* background-color: lightgray; */
}
.clickable:hover {
background-color: lightgray;
}
@ -78,6 +92,10 @@
float: right;
}
.col-right-disabled {
display: none;
}
.modules-title {
display: inline-block;
min-width: 120px;
@ -88,17 +106,25 @@
width: 16px;
height: 16px;
line-height: 16px;
margin-left: 4px;
margin-right: 4px;
opacity: .8;
}
.status-icon {
border-radius: 50%;
background-color: dimgray;
background-color: lightgray;
opacity: .8;
/* box-shadow: -2px -2px 5px inset; */
}
.status-icon-idle {
background-color: lightgray;
}
.status-icon-idle {
background-color: white;
}
.status-icon-busy {
background-color: yellow;
}

View File

@ -136,6 +136,20 @@ meta, body {
overflow: hidden;
}
.grid-element-3 {
position: absolute;
display: block;
bottom: 0;
width: 100%;
height: 0;
opacity: .9;
z-index: 1000;
}
.grid-element-3-visible {
height: 50%;
}
/* %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */
/* CLOSE CROSS */
@ -161,7 +175,7 @@ meta, body {
/* LOG ICON */
#log-icon-container {
z-index: 50;
z-index: 1001;
bottom: 9px;
right: 12px;
position: fixed;