1
0
Fork 0
mirror of https://github.com/Ylianst/MeshCentral.git synced 2025-03-09 15:40:18 +00:00

- Move p19 styles to stylesheet

- Wait to update meshcore until after all plugins loaded (reduced processing power)
- More intuitive registerPluginTab functionality
- OnStates for current plugin tab
This commit is contained in:
Ryan Blenis 2019-11-30 20:26:39 -05:00
parent 18abb29d60
commit 3cc2d9ae7e
3 changed files with 34 additions and 22 deletions

View file

@ -2645,3 +2645,24 @@ a {
width: 100%;
height: 100%;
}
#p19headers {
padding-right: 7px;
padding-bottom: 10px;
font-weight: bold;
border-bottom: 1px dotted blue;
}
#p19headers > span:nth-child(n+2) {
border-left: 1px solid black;
}
#p19headers > span {
padding-left: 4px;
padding-right: 4px;
cursor: pointer;
font-weight: lighter;
}
#p19headers > span.on {
font-weight: bold;
}