mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-03-09 15:40:18 +00:00
showNotesPanel in device view (#5543)
Signed-off-by: si458 <simonsmith5521@gmail.com>
This commit is contained in:
parent
0ce305ebcf
commit
c05cbeae88
6 changed files with 56 additions and 3 deletions
|
@ -3247,4 +3247,24 @@ a {
|
|||
padding: 6px 12px;
|
||||
border: 1px solid #ccc;
|
||||
border-top: none;
|
||||
}
|
||||
}
|
||||
|
||||
#notesPanel table {
|
||||
color: black;
|
||||
background-color: #EEE;
|
||||
border-color: #AAA;
|
||||
border-width: 1px;
|
||||
border-style: solid;
|
||||
border-collapse: collapse;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
#notesPanel thead {
|
||||
background-color: #AAA;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
#notesPanel thead tr {
|
||||
background-color: #AAA;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue