Reinstate button offsets WRT setting, accept that setting is going to be grey if unselectable
This commit is contained in:
parent
64c0392af7
commit
55bc13a7ad
2 changed files with 5 additions and 0 deletions
|
@ -102,6 +102,7 @@ class PiHole extends panelMenu.Button
|
|||
// .. status
|
||||
this.StatusField = new popupMenu.PopupMenuItem("", {style_class:"pihole-status-line"});
|
||||
this.setStatusText();
|
||||
this.StatusField.reactive = false;
|
||||
this.menu.addMenuItem(this.StatusField);
|
||||
|
||||
// .. sep
|
||||
|
|
4
pi-hole@fnxweb.com/stylesheet.css
Normal file
4
pi-hole@fnxweb.com/stylesheet.css
Normal file
|
@ -0,0 +1,4 @@
|
|||
.pihole-indent
|
||||
{
|
||||
padding-left: 2ex;
|
||||
}
|
Loading…
Reference in a new issue