mirror of
https://github.com/seigler/dash-docs
synced 2025-07-28 10:16:15 +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
|
@ -48,6 +48,11 @@ p{
|
|||
margin-right:0;
|
||||
margin-left:15px;
|
||||
}
|
||||
.statusmenu{
|
||||
padding-left:0;
|
||||
padding-right:20px;
|
||||
background-position:right center;
|
||||
}
|
||||
.titleicon{
|
||||
margin-right:auto;
|
||||
margin-left:5px;
|
||||
|
|
|
@ -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