mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 01:36:13 +00:00
Display a status icon on the Network status menu entry
This commit is contained in:
parent
b7ef7f6bf4
commit
50203f5cc4
9 changed files with 156 additions and 3 deletions
|
@ -405,6 +405,17 @@ table td,table th{
|
|||
white-space:nowrap;
|
||||
}
|
||||
|
||||
.statusmenu{
|
||||
display:inline-block;
|
||||
padding-left:20px;
|
||||
background-position:left center;
|
||||
background-repeat:no-repeat;
|
||||
background-image:url(/img/netstatus_normal.svg);
|
||||
}
|
||||
.statusmenu.alert{
|
||||
background-image:url(/img/netstatus_alert.svg);
|
||||
}
|
||||
|
||||
/*Styles specific to elements in pages*/
|
||||
|
||||
.mainsummary,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue