mirror of
https://github.com/Laxilef/OTGateway.git
synced 2025-12-12 03:04:27 +05:00
feat: display sensor values on dashboard page
This commit is contained in:
@@ -59,7 +59,7 @@ footer {
|
||||
/*nav li a:has(> div.logo) {
|
||||
margin-bottom: 0;
|
||||
}*/
|
||||
nav li :where(a,[role=link]) {
|
||||
nav li :where(a, [role=link]) {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
@@ -71,6 +71,11 @@ pre {
|
||||
padding: 0.5rem;
|
||||
}
|
||||
|
||||
:nth-last-child(1 of table tr:not(.hidden)) th,
|
||||
:nth-last-child(1 of table tr:not(.hidden)) td {
|
||||
border-bottom: 0 !important;
|
||||
}
|
||||
|
||||
|
||||
.hidden {
|
||||
display: none !important;
|
||||
@@ -200,4 +205,20 @@ tr.network:hover {
|
||||
|
||||
[data-tooltip]:has(> [class*=" icons-"], > [class=icons], > [class^=icons-]) {
|
||||
border: 0 !important;
|
||||
}
|
||||
|
||||
.icons-color-green {
|
||||
color: var(--pico-form-element-valid-active-border-color);
|
||||
}
|
||||
|
||||
.icons-color-yellow {
|
||||
color: #c89048;
|
||||
}
|
||||
|
||||
.icons-color-gray {
|
||||
color: var(--pico-form-element-placeholder-color);
|
||||
}
|
||||
|
||||
.icons-color-red {
|
||||
color: var(--pico-form-element-invalid-active-border-color);
|
||||
}
|
||||
Reference in New Issue
Block a user